org.jfree.layouting.modules.output.html
Class HtmlOutputProcessorMetaData
- OutputProcessorMetaData
public class HtmlOutputProcessorMetaData
Creation-Date: 02.01.2006, 18:38:20
addFeature , getDefaultPageSize , getFontFamilyForGenericName , getFontMetrics , getFontRegistry , getFontSize , getFontStorage , getHorizontalPageSpan , getMediaType , getNormalizedFontFamilyName , getNumericFeatureValue , getSupportedResourceTypes , getVerticalPageSpan , isFeatureSupported , isValid , setFamilyMapping , setNumericFeatureValue |
PAGINATION_FULL
public static final int PAGINATION_FULL
PAGINATION_MANUAL
public static final int PAGINATION_MANUAL
PAGINATION_NONE
public static final int PAGINATION_NONE
HtmlOutputProcessorMetaData
public HtmlOutputProcessorMetaData(FontStorage fontStorage,
int paginationMode)
HtmlOutputProcessorMetaData
public HtmlOutputProcessorMetaData(int paginationMode)
getExportDescriptor
public String getExportDescriptor()
The export descriptor is a string that describes the output characteristics.
For libLayout outputs, it should start with the output class (one of
'pageable', 'flow' or 'stream'), followed by '/liblayout/' and finally
followed by the output type (ie. PDF, Print, etc).
- getExportDescriptor in interface OutputProcessorMetaData
isIterative
public boolean isIterative()
An iterative output processor accepts and processes small content chunks.
If this method returns false, the output processor will not receive the
content until the whole document is processed.
- isIterative in interface OutputProcessorMetaData