AbstractLayoutProcess
, ChainingLayoutProcess
, DefaultLayoutProcess
public interface LayoutProcess
Modifier and Type | Method | Description |
---|---|---|
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() |
InputFeed getInputFeed()
DocumentContext getDocumentContext()
OutputProcessorMetaData getOutputMetaData()
OutputProcessor getOutputProcessor()
org.pentaho.reporting.libraries.resourceloader.ResourceManager getResourceManager()
void pageBreakEncountered(CSSValue pageName, PseudoPage[] pseudoPages) throws NormalizationException
NormalizationException
boolean isPagebreakEncountered()
LayoutProcessState saveState() throws StateException
StateException
StyleResolver getStyleResolver()
Normalizer getNormalizer()