org.apache.fop.render.afp
Class AFPRendererConfig
java.lang.Object
org.apache.fop.render.afp.AFPRendererConfig
- All Implemented Interfaces:
- RendererConfig
public final class AFPRendererConfig
- extends java.lang.Object
- implements RendererConfig
The AFP renderer config object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFontInfoConfig
public AFPFontConfig getFontInfoConfig()
- Description copied from interface:
RendererConfig
- Returns the render-specific font configuration information.
- Specified by:
getFontInfoConfig
in interface RendererConfig
- Returns:
- the font config
isColorImages
public java.lang.Boolean isColorImages()
isCmykImagesSupported
public java.lang.Boolean isCmykImagesSupported()
getBitsPerPixel
public java.lang.Integer getBitsPerPixel()
getDitheringQuality
public java.lang.Float getDitheringQuality()
isNativeImagesSupported
public java.lang.Boolean isNativeImagesSupported()
getShadingMode
public AFPShadingMode getShadingMode()
getResolution
public java.lang.Integer getResolution()
getDefaultResourceGroupUri
public java.net.URI getDefaultResourceGroupUri()
getResourceLevelDefaults
public AFPResourceLevelDefaults getResourceLevelDefaults()
isWrapPseg
public java.lang.Boolean isWrapPseg()
isFs45
public java.lang.Boolean isFs45()
allowJpegEmbedding
public java.lang.Boolean allowJpegEmbedding()
getBitmapEncodingQuality
public java.lang.Float getBitmapEncodingQuality()
getLineWidthCorrection
public java.lang.Float getLineWidthCorrection()
isGocaEnabled
public java.lang.Boolean isGocaEnabled()
isStrokeGocaText
public java.lang.Boolean isStrokeGocaText()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.