org.jfree.layouting.layouter.context
public class DefaultLayoutContext extends Object implements LayoutContext, Cloneable
| Constructor Summary | |
|---|---|
| DefaultLayoutContext(ContextId contextId, String namespace, String tagName, String pseudoElement, AttributeMap attributeMap) | |
| Method Summary | |
|---|---|
| Object | clone() |
| boolean | copyFrom(LayoutStyle style) |
| LayoutContext | derive() |
| LayoutContext | detach(Map counters, Map strings) |
| void | dispose() |
| AttributeMap | getAttributes() |
| BackgroundSpecification | getBackgroundSpecification() |
| ContentSpecification | getContentSpecification() |
| ContextId | getContextId() |
| Map | getCounters() |
| FontSpecification | getFontSpecification() |
| Locale | getLanguage()
Returns the language definition of this layout context. |
| ListSpecification | getListSpecification() |
| String | getNamespace() |
| String | getPseudoElement() |
| Map | getStrings() |
| LayoutStyle | getStyle() |
| String | getTagName() |
| CSSValue | getValue(StyleKey key) |
| boolean | isPseudoElement() |
| void | setValue(StyleKey key, CSSValue value) |
Returns: the defined language, never null.