org.jfree.layouting.layouter.context
public class DefaultDocumentContext extends DefaultDocumentMetaNode implements DocumentContext
| Constructor Summary | |
|---|---|
| DefaultDocumentContext() | |
| Method Summary | |
|---|---|
| void | addMetaNode(DocumentMetaNode node) |
| void | closeQuote() |
| CSSValue | getCounterPolicy(String name) |
| CounterStyle | getCounterStyle(String counterName) |
| DocumentMetaNode | getMetaNode(int index) |
| int | getMetaNodeCount() |
| NamespaceCollection | getNamespaces() |
| int | getQuoteLevel() |
| ResourceManager | getResourceManager() |
| CSSValue | getStringPolicy(String name) |
| void | initialize()
This method is called once after the input-feed received all the document
meta-data. |
| void | openQuote() |
| void | removeMetaNode(DocumentMetaNode node) |
| void | setCounterPolicy(String name, CSSValue policy) |
| void | setCounterStyle(String counterName, CounterStyle style) |
| void | setStringPolicy(String name, CSSValue policy) |