org.jfree.layouting.output
public interface OutputProcessorMetaData
| Method Summary | |
|---|---|
| FontFamily | getDefaultFontFamily() |
| PageSize | getDefaultPageSize()
Returns the default physical page size. |
| String | getExportDescriptor()
The export descriptor is a string that describes the output characteristics.
|
| FontFamily | getFontFamilyForGenericName(CSSConstant genericName) |
| FontMetrics | getFontMetrics(FontSpecification spec) |
| double | getFontSize(CSSConstant constant) |
| FontStorage | getFontStorage()
Although most font systems are global, some may have some issues with
caching. |
| int | getHorizontalPageSpan()
Returns the horizontal page span. |
| String | getMediaType()
Returns the media type of the output target. |
| String | getNormalizedFontFamilyName(String name) |
| double | getNumericFeatureValue(OutputProcessorFeature.NumericOutputProcessorFeature feature) |
| 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) |
Returns:
Returns: the export descriptor.
Returns:
Returns:
Returns: the media type of the output target.
Returns:
Returns: