org.jfree.layouting.layouter.context
public interface LayoutContext extends LayoutStyle
Modifier and Type | Method and Description |
---|---|
LayoutContext |
derive() |
LayoutContext |
detach(java.util.Map counters,
java.util.Map strings) |
void |
dispose() |
AttributeMap |
getAttributes()
May never be null.
|
BackgroundSpecification |
getBackgroundSpecification() |
ContentSpecification |
getContentSpecification() |
ContextId |
getContextId() |
java.util.Map |
getCounters() |
FontSpecification |
getFontSpecification() |
java.util.Locale |
getLanguage()
Returns the language definition of this layout context.
|
ListSpecification |
getListSpecification() |
java.lang.String |
getNamespace()
May be null.
|
java.lang.String |
getPseudoElement()
An element can be exactly one pseudo-element type.
|
java.util.Map |
getStrings() |
java.lang.String |
getTagName()
May be null.
|
boolean |
isPseudoElement() |
copyFrom, getValue, setValue
ContextId getContextId()
BackgroundSpecification getBackgroundSpecification()
FontSpecification getFontSpecification()
ContentSpecification getContentSpecification()
ListSpecification getListSpecification()
java.util.Map getCounters()
java.util.Map getStrings()
java.lang.String getPseudoElement()
java.lang.String getNamespace()
java.lang.String getTagName()
AttributeMap getAttributes()
java.util.Locale getLanguage()
boolean isPseudoElement()
LayoutContext derive()
LayoutContext detach(java.util.Map counters, java.util.Map strings)
void dispose()