Class HtmlOutputProcessorMetaData
- java.lang.Object
-
- org.jfree.layouting.output.AbstractOutputProcessorMetaData
-
- org.jfree.layouting.modules.output.html.HtmlOutputProcessorMetaData
-
- All Implemented Interfaces:
OutputProcessorMetaData
public class HtmlOutputProcessorMetaData extends AbstractOutputProcessorMetaData
Creation-Date: 02.01.2006, 18:38:20- Author:
- Thomas Morgner
-
-
Field Summary
Fields Modifier and Type Field Description static int
PAGINATION_FULL
static int
PAGINATION_MANUAL
static int
PAGINATION_NONE
-
Constructor Summary
Constructors Constructor Description HtmlOutputProcessorMetaData(int paginationMode)
HtmlOutputProcessorMetaData(org.pentaho.reporting.libraries.fonts.registry.FontStorage fontStorage, int paginationMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.reporting.libraries.fonts.registry.FontFamily
getDefaultFontFamily()
java.lang.String
getExportDescriptor()
The export descriptor is a string that describes the output characteristics.boolean
isIterative()
An iterative output processor accepts and processes small content chunks.-
Methods inherited from class org.jfree.layouting.output.AbstractOutputProcessorMetaData
addFeature, getDefaultPageSize, getFontFamilyForGenericName, getFontMetrics, getFontRegistry, getFontSize, getFontStorage, getHorizontalPageSpan, getMediaType, getNormalizedFontFamilyName, getNumericFeatureValue, getSupportedResourceTypes, getVerticalPageSpan, isFeatureSupported, isValid, setFamilyMapping, setNumericFeatureValue
-
-
-
-
Field Detail
-
PAGINATION_NONE
public static final int PAGINATION_NONE
- See Also:
- Constant Field Values
-
PAGINATION_MANUAL
public static final int PAGINATION_MANUAL
- See Also:
- Constant Field Values
-
PAGINATION_FULL
public static final int PAGINATION_FULL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultFontFamily
public org.pentaho.reporting.libraries.fonts.registry.FontFamily getDefaultFontFamily()
-
getExportDescriptor
public java.lang.String getExportDescriptor()
Description copied from interface:OutputProcessorMetaData
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).- Returns:
- the export descriptor.
-
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.- Returns:
-
-