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 LayoutProcess
public StyleResolver getStyleResolver()
getStyleResolver
in interface LayoutProcess
public DocumentContext getDocumentContext()
getDocumentContext
in interface LayoutProcess
public OutputProcessorMetaData getOutputMetaData()
getOutputMetaData
in interface LayoutProcess
public OutputProcessor getOutputProcessor()
getOutputProcessor
in interface LayoutProcess
public org.pentaho.reporting.libraries.resourceloader.ResourceManager getResourceManager()
getResourceManager
in interface LayoutProcess
public void pageBreakEncountered(CSSValue pageName, PseudoPage[] pseudoPages) throws NormalizationException
pageBreakEncountered
in interface LayoutProcess
NormalizationException
public boolean isPagebreakEncountered()
isPagebreakEncountered
in interface LayoutProcess
public LayoutProcess getChainedLayoutProcess()
public void setChainedLayoutProcess(LayoutProcess chainedLayoutProcess)
public LayoutProcessState saveState() throws StateException
saveState
in interface LayoutProcess
StateException
public Normalizer getNormalizer()
getNormalizer
in interface LayoutProcess