AbstractOutputProcessorMetaData
, GraphicsOutputProcessorMetaData
, HtmlOutputProcessorMetaData
, PdfOutputProcessorMetaData
, PlaintextOutputMetaData
public interface OutputProcessorMetaData
Modifier and Type | Method | Description |
---|---|---|
org.pentaho.reporting.libraries.fonts.registry.FontFamily |
getDefaultFontFamily() |
|
PageSize |
getDefaultPageSize() |
Returns the default physical page size.
|
java.lang.String |
getExportDescriptor() |
The export descriptor is a string that describes the output characteristics.
|
org.pentaho.reporting.libraries.fonts.registry.FontFamily |
getFontFamilyForGenericName(CSSConstant genericName) |
|
org.pentaho.reporting.libraries.fonts.registry.FontMetrics |
getFontMetrics(FontSpecification spec) |
|
double |
getFontSize(CSSConstant constant) |
|
org.pentaho.reporting.libraries.fonts.registry.FontStorage |
getFontStorage() |
Although most font systems are global, some may have some issues with
caching.
|
int |
getHorizontalPageSpan() |
Returns the horizontal page span.
|
java.lang.String |
getMediaType() |
Returns the media type of the output target.
|
java.lang.String |
getNormalizedFontFamilyName(java.lang.String name) |
|
double |
getNumericFeatureValue(OutputProcessorFeature.NumericOutputProcessorFeature feature) |
|
java.lang.Class[] |
getSupportedResourceTypes() |
|
int |
getVerticalPageSpan() |
Returns the vertical page span.
|
boolean |
isFeatureSupported(OutputProcessorFeature.BooleanOutputProcessorFeature feature) |
|
boolean |
isIterative() |
An iterative output processor accepts and processes small content chunks.
|
boolean |
isValid(FontSpecification spec) |
boolean isFeatureSupported(OutputProcessorFeature.BooleanOutputProcessorFeature feature)
double getNumericFeatureValue(OutputProcessorFeature.NumericOutputProcessorFeature feature)
java.lang.String getNormalizedFontFamilyName(java.lang.String name)
org.pentaho.reporting.libraries.fonts.registry.FontFamily getDefaultFontFamily()
org.pentaho.reporting.libraries.fonts.registry.FontFamily getFontFamilyForGenericName(CSSConstant genericName)
org.pentaho.reporting.libraries.fonts.registry.FontStorage getFontStorage()
double getFontSize(CSSConstant constant)
java.lang.String getMediaType()
java.lang.String getExportDescriptor()
PageSize getDefaultPageSize()
int getVerticalPageSpan()
int getHorizontalPageSpan()
boolean isValid(FontSpecification spec)
org.pentaho.reporting.libraries.fonts.registry.FontMetrics getFontMetrics(FontSpecification spec)
java.lang.Class[] getSupportedResourceTypes()
boolean isIterative()