|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LayoutContext
This is where the computed style goes into. // todo: Produce the computed counterset!
Method Summary | |
---|---|
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()
|
Methods inherited from interface org.jfree.layouting.layouter.context.LayoutStyle |
---|
copyFrom, getValue, setValue |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |