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.DefaultDocumentMetaNode
org.jfree.layouting.layouter.context.DefaultDocumentContext
Fields inherited from interface org.jfree.layouting.layouter.context.DocumentContext | |
BASE_RESOURCE_ATTR , DATE_ATTR , INITIAL_STYLE , LOCALIZATION_ATTR , RESOURCE_MANAGER_ATTR , STRICT_STYLE_MODE , STYLE_MATCHER_ATTR , STYLE_RESOLVER_ATTR , TITLE_ATTR |
Constructor Summary | |
Method Summary | |
void |
|
void | |
CSSValue |
|
CounterStyle |
|
DocumentMetaNode |
|
int | |
NamespaceCollection | |
int | |
ResourceManager | |
CSSValue |
|
void |
|
void | |
void | |
void |
|
void |
|
void |
|
Methods inherited from class org.jfree.layouting.layouter.context.DefaultDocumentMetaNode | |
getMetaAttribute , setMetaAttribute |
public void addMetaNode(DocumentMetaNode node)
- Specified by:
- addMetaNode in interface DocumentContext
public void closeQuote()
public CSSValue getCounterPolicy(String name)
- Specified by:
- getCounterPolicy in interface DocumentContext
public CounterStyle getCounterStyle(String counterName)
- Specified by:
- getCounterStyle in interface DocumentContext
public DocumentMetaNode getMetaNode(int index)
- Specified by:
- getMetaNode in interface DocumentContext
public int getMetaNodeCount()
- Specified by:
- getMetaNodeCount in interface DocumentContext
public NamespaceCollection getNamespaces()
- Specified by:
- getNamespaces in interface DocumentContext
public int getQuoteLevel()
public ResourceManager getResourceManager()
- Specified by:
- getResourceManager in interface DocumentContext
public CSSValue getStringPolicy(String name)
- Specified by:
- getStringPolicy in interface DocumentContext
public void initialize()
This method is called once after the input-feed received all the document meta-data.
- Specified by:
- initialize in interface DocumentContext
public void openQuote()
public void removeMetaNode(DocumentMetaNode node)
- Specified by:
- removeMetaNode in interface DocumentContext
public void setCounterPolicy(String name, CSSValue policy)
- Specified by:
- setCounterPolicy in interface DocumentContext
public void setCounterStyle(String counterName, CounterStyle style)
- Specified by:
- setCounterStyle in interface DocumentContext
public void setStringPolicy(String name, CSSValue policy)
- Specified by:
- setStringPolicy in interface DocumentContext