public class ChainingLayoutProcess extends java.lang.Object implements LayoutProcess
| Constructor and Description |
|---|
ChainingLayoutProcess(LayoutProcess layoutProcess) |
| Modifier and Type | Method and Description |
|---|---|
LayoutProcess |
getChainedLayoutProcess() |
DocumentContext |
getDocumentContext()
The document context holds global information, like the used stylesheets.
|
InputFeed |
getInputFeed() |
Normalizer |
getNormalizer() |
OutputProcessorMetaData |
getOutputMetaData() |
OutputProcessor |
getOutputProcessor() |
org.pentaho.reporting.libraries.resourceloader.ResourceManager |
getResourceManager() |
StyleResolver |
getStyleResolver() |
boolean |
isPagebreakEncountered()
A flag that indicates, whether one or more pagebreak have been encountered
during the last operation.
|
void |
pageBreakEncountered(CSSValue pageName,
PseudoPage[] pseudoPages) |
LayoutProcessState |
saveState() |
void |
setChainedLayoutProcess(LayoutProcess chainedLayoutProcess) |
public ChainingLayoutProcess(LayoutProcess layoutProcess)
public InputFeed getInputFeed()
getInputFeed in interface LayoutProcesspublic StyleResolver getStyleResolver()
getStyleResolver in interface LayoutProcesspublic DocumentContext getDocumentContext()
getDocumentContext in interface LayoutProcesspublic OutputProcessorMetaData getOutputMetaData()
getOutputMetaData in interface LayoutProcesspublic OutputProcessor getOutputProcessor()
getOutputProcessor in interface LayoutProcesspublic org.pentaho.reporting.libraries.resourceloader.ResourceManager getResourceManager()
getResourceManager in interface LayoutProcesspublic void pageBreakEncountered(CSSValue pageName, PseudoPage[] pseudoPages) throws NormalizationException
pageBreakEncountered in interface LayoutProcessNormalizationExceptionpublic boolean isPagebreakEncountered()
isPagebreakEncountered in interface LayoutProcesspublic LayoutProcess getChainedLayoutProcess()
public void setChainedLayoutProcess(LayoutProcess chainedLayoutProcess)
public LayoutProcessState saveState() throws StateException
saveState in interface LayoutProcessStateExceptionpublic Normalizer getNormalizer()
getNormalizer in interface LayoutProcess