Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.layouting.AbstractLayoutProcess
Nested Class Summary | |
protected static class |
Constructor Summary | |
|
Method Summary | |
protected abstract InputFeed | |
DocumentContext |
|
InputFeed | |
Normalizer | |
OutputProcessorMetaData | |
OutputProcessor | |
ResourceManager | |
StyleResolver | |
boolean | |
void |
|
public DocumentContext getDocumentContext()
The document context holds global information, like the used stylesheets. It also holds the caches for loading external contents.
- Specified by:
- getDocumentContext in interface LayoutProcess
- Returns:
- the document context.
public OutputProcessorMetaData getOutputMetaData()
- Specified by:
- getOutputMetaData in interface LayoutProcess
public OutputProcessor getOutputProcessor()
- Specified by:
- getOutputProcessor in interface LayoutProcess
public ResourceManager getResourceManager()
- Specified by:
- getResourceManager in interface LayoutProcess
public StyleResolver getStyleResolver()
- Specified by:
- getStyleResolver in interface LayoutProcess
public boolean isPagebreakEncountered()
- Specified by:
- isPagebreakEncountered in interface LayoutProcess
public void pageBreakEncountered(CSSValue pageName, PseudoPage[] pseudoPages) throws NormalizationException
- Specified by:
- pageBreakEncountered in interface LayoutProcess