|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.layouting.layouter.context.DefaultDocumentMetaNode
org.jfree.layouting.layouter.context.DefaultDocumentContext
public class DefaultDocumentContext
Creation-Date: 08.12.2005, 20:17:07
| Field Summary |
|---|
| 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 | |
|---|---|
DefaultDocumentContext()
|
|
| Method Summary | |
|---|---|
void |
addMetaNode(DocumentMetaNode node)
|
void |
closeQuote()
|
CSSValue |
getCounterPolicy(java.lang.String name)
Returns the counter policy for this counter. |
CounterStyle |
getCounterStyle(java.lang.String counterName)
Looks up a global counter style. |
DocumentMetaNode |
getMetaNode(int index)
|
int |
getMetaNodeCount()
|
NamespaceCollection |
getNamespaces()
The namespace collection is not available until initialize() has been called by the input-feed. |
int |
getQuoteLevel()
|
org.pentaho.reporting.libraries.resourceloader.ResourceManager |
getResourceManager()
|
CSSValue |
getStringPolicy(java.lang.String name)
Returns the string policy for this named string. |
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(java.lang.String name,
CSSValue policy)
|
void |
setCounterStyle(java.lang.String counterName,
CounterStyle style)
Defines a global counter style. |
void |
setStringPolicy(java.lang.String name,
CSSValue policy)
|
| Methods inherited from class org.jfree.layouting.layouter.context.DefaultDocumentMetaNode |
|---|
getMetaAttribute, setMetaAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jfree.layouting.layouter.context.DocumentMetaNode |
|---|
getMetaAttribute, setMetaAttribute |
| Constructor Detail |
|---|
public DefaultDocumentContext()
| Method Detail |
|---|
public CSSValue getStringPolicy(java.lang.String name)
DocumentContext
getStringPolicy in interface DocumentContext
public void setStringPolicy(java.lang.String name,
CSSValue policy)
setStringPolicy in interface DocumentContextpublic CSSValue getCounterPolicy(java.lang.String name)
DocumentContext
getCounterPolicy in interface DocumentContext
public void setCounterPolicy(java.lang.String name,
CSSValue policy)
setCounterPolicy in interface DocumentContextpublic void addMetaNode(DocumentMetaNode node)
addMetaNode in interface DocumentContextpublic void removeMetaNode(DocumentMetaNode node)
removeMetaNode in interface DocumentContextpublic DocumentMetaNode getMetaNode(int index)
getMetaNode in interface DocumentContextpublic int getMetaNodeCount()
getMetaNodeCount in interface DocumentContextpublic org.pentaho.reporting.libraries.resourceloader.ResourceManager getResourceManager()
getResourceManager in interface DocumentContext
public void setCounterStyle(java.lang.String counterName,
CounterStyle style)
DocumentContext
setCounterStyle in interface DocumentContextpublic CounterStyle getCounterStyle(java.lang.String counterName)
DocumentContext
getCounterStyle in interface DocumentContextcounterName - the name of the counter, for which we search the style.
public void initialize()
initialize in interface DocumentContextpublic NamespaceCollection getNamespaces()
DocumentContext
getNamespaces in interface DocumentContextpublic int getQuoteLevel()
public void openQuote()
public void closeQuote()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||