org.jfree.layouting.output
public abstract class OutputProcessorFeature extends Object implements Serializable
| Nested Class Summary | |
|---|---|
| static class | OutputProcessorFeature.BooleanOutputProcessorFeature |
| static class | OutputProcessorFeature.NumericOutputProcessorFeature |
| Field Summary | |
|---|---|
| static OutputProcessorFeature.BooleanOutputProcessorFeature | BACKGROUND_IMAGE
Defines, whether the output target allows background images.
|
| static OutputProcessorFeature.NumericOutputProcessorFeature | DEFAULT_FONT_SIZE |
| static OutputProcessorFeature.NumericOutputProcessorFeature | DEVICE_RESOLUTION
Defines the device resolution in Pixel-per-inch. |
| static OutputProcessorFeature.BooleanOutputProcessorFeature | FONT_FRACTIONAL_METRICS
Defines, whether the output uses fractional metrics. |
| static OutputProcessorFeature.NumericOutputProcessorFeature | FONT_SMOOTH_THRESHOLD
Defines the minimum size for the font smoothing. |
| static OutputProcessorFeature.BooleanOutputProcessorFeature | FONT_SUPPORTS_ANTI_ALIASING
Defines, whether the output target allows the configuration of
anti-aliasing of fonts.
|
| Constructor Summary | |
|---|---|
| protected | OutputProcessorFeature(String name) |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| int | hashCode() |
The Graphics2D is one of the targets that support this feature, while the PDF-export ignores aliasing requests.