public final class AFPRendererConfig extends java.lang.Object implements RendererConfig
Modifier and Type | Class and Description |
---|---|
static class |
AFPRendererConfig.AFPRendererConfigParser
The parser for AFP renderer specific data in the FOP conf.
|
static class |
AFPRendererConfig.ImagesModeOptions
An enumeration for the various images modes available to the AFP renderer.
|
RendererConfig.RendererConfigParser
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
allowJpegEmbedding() |
java.lang.Float |
getBitmapEncodingQuality() |
java.lang.Integer |
getBitsPerPixel() |
java.net.URI |
getDefaultResourceGroupUri() |
java.lang.Float |
getDitheringQuality() |
AFPFontConfig |
getFontInfoConfig()
Returns the render-specific font configuration information.
|
java.lang.Float |
getLineWidthCorrection() |
java.lang.Integer |
getResolution() |
AFPResourceLevelDefaults |
getResourceLevelDefaults() |
AFPShadingMode |
getShadingMode() |
java.lang.Boolean |
isCmykImagesSupported() |
java.lang.Boolean |
isColorImages() |
java.lang.Boolean |
isFs45() |
java.lang.Boolean |
isGocaEnabled() |
java.lang.Boolean |
isNativeImagesSupported() |
java.lang.Boolean |
isStrokeGocaText() |
java.lang.Boolean |
isWrapPseg() |
public AFPFontConfig getFontInfoConfig()
RendererConfig
getFontInfoConfig
in interface RendererConfig
public java.lang.Boolean isColorImages()
public java.lang.Boolean isCmykImagesSupported()
public java.lang.Integer getBitsPerPixel()
public java.lang.Float getDitheringQuality()
public java.lang.Boolean isNativeImagesSupported()
public AFPShadingMode getShadingMode()
public java.lang.Integer getResolution()
public java.net.URI getDefaultResourceGroupUri()
public AFPResourceLevelDefaults getResourceLevelDefaults()
public java.lang.Boolean isWrapPseg()
public java.lang.Boolean isFs45()
public java.lang.Boolean allowJpegEmbedding()
public java.lang.Float getBitmapEncodingQuality()
public java.lang.Float getLineWidthCorrection()
public java.lang.Boolean isGocaEnabled()
public java.lang.Boolean isStrokeGocaText()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.