public final class AFPRendererConfig extends 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 |
---|---|
Boolean |
allowJpegEmbedding() |
Float |
getBitmapEncodingQuality() |
Integer |
getBitsPerPixel() |
URI |
getDefaultResourceGroupUri() |
Float |
getDitheringQuality() |
AFPFontConfig |
getFontInfoConfig()
Returns the render-specific font configuration information.
|
Float |
getLineWidthCorrection() |
Integer |
getResolution() |
AFPResourceLevelDefaults |
getResourceLevelDefaults() |
AFPShadingMode |
getShadingMode() |
Boolean |
isCmykImagesSupported() |
Boolean |
isColorImages() |
Boolean |
isFs45() |
Boolean |
isGocaEnabled() |
Boolean |
isGocaWrapPseg() |
Boolean |
isMaskEnabled() |
Boolean |
isNativeImagesSupported() |
Boolean |
isNativePDFImagesSupported() |
Boolean |
isStrokeGocaText() |
Boolean |
isUseIocaImages() |
Boolean |
isWrapPseg() |
public AFPFontConfig getFontInfoConfig()
RendererConfig
getFontInfoConfig
in interface RendererConfig
public Boolean isColorImages()
public Boolean isCmykImagesSupported()
public Integer getBitsPerPixel()
public Float getDitheringQuality()
public Boolean isNativeImagesSupported()
public Boolean isNativePDFImagesSupported()
public AFPShadingMode getShadingMode()
public Integer getResolution()
public URI getDefaultResourceGroupUri()
public AFPResourceLevelDefaults getResourceLevelDefaults()
public Boolean isWrapPseg()
public Boolean isGocaWrapPseg()
public Boolean isFs45()
public Boolean isMaskEnabled()
public Boolean allowJpegEmbedding()
public Float getBitmapEncodingQuality()
public Boolean isUseIocaImages()
public Float getLineWidthCorrection()
public Boolean isGocaEnabled()
public Boolean isStrokeGocaText()
Copyright © 2025 Apache Software Foundation. All rights reserved.