Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.layouting.layouter.context.DefaultLayoutContext
Constructor Summary | |
|
Method Summary | |
Object |
|
boolean |
|
LayoutContext |
|
LayoutContext |
|
void |
|
AttributeMap | |
BackgroundSpecification | |
ContentSpecification | |
ContextId | |
Map | |
FontSpecification | |
Locale |
|
ListSpecification | |
String | |
String | |
Map | |
LayoutStyle |
|
String | |
CSSValue | |
boolean | |
void |
public DefaultLayoutContext(ContextId contextId, String namespace, String tagName, String pseudoElement, AttributeMap attributeMap)
public Object clone()
public LayoutContext detach(Map counters, Map strings)
- Specified by:
- detach in interface LayoutContext
public AttributeMap getAttributes()
- Specified by:
- getAttributes in interface LayoutContext
public BackgroundSpecification getBackgroundSpecification()
- Specified by:
- getBackgroundSpecification in interface LayoutContext
public ContentSpecification getContentSpecification()
- Specified by:
- getContentSpecification in interface LayoutContext
public FontSpecification getFontSpecification()
- Specified by:
- getFontSpecification in interface LayoutContext
public Locale getLanguage()
Returns the language definition of this layout context. If not set, it defaults to the parent's language. If the root's language is also not defined, then use the system default.
- Specified by:
- getLanguage in interface LayoutContext
- Returns:
- the defined language, never null.
public ListSpecification getListSpecification()
- Specified by:
- getListSpecification in interface LayoutContext
public String getPseudoElement()
- Specified by:
- getPseudoElement in interface LayoutContext
public boolean isPseudoElement()
- Specified by:
- isPseudoElement in interface LayoutContext
public void setValue(StyleKey key, CSSValue value)
- Specified by:
- setValue in interface LayoutStyle