Package org.apache.fop.render.afp
Class AFPRendererConfig
java.lang.Object
org.apache.fop.render.afp.AFPRendererConfig
- All Implemented Interfaces:
RendererConfig
The AFP renderer config object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe parser for AFP renderer specific data in the FOP conf.static enumAn enumeration for the various images modes available to the AFP renderer.private static final classNested classes/interfaces inherited from interface org.apache.fop.render.RendererConfig
RendererConfig.RendererConfigParser -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AFPFontConfigprivate final EnumMap<AFPRendererConfig.ImagesModeOptions, Object> private final EnumMap<AFPRendererOption, Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the render-specific font configuration information.private <T> TgetParam(AFPRendererOption options, Class<T> type) isFs45()private <T> voidsetParam(AFPRendererOption option, T value)
-
Field Details
-
params
-
imageModeParams
-
fontConfig
-
-
Constructor Details
-
AFPRendererConfig
-
-
Method Details
-
getFontInfoConfig
Description copied from interface:RendererConfigReturns the render-specific font configuration information.- Specified by:
getFontInfoConfigin interfaceRendererConfig- Returns:
- the font config
-
isColorImages
-
isCmykImagesSupported
-
getBitsPerPixel
-
getDitheringQuality
-
isNativeImagesSupported
-
getShadingMode
-
getResolution
-
getDefaultResourceGroupUri
-
getResourceLevelDefaults
-
isWrapPseg
-
isGocaWrapPseg
-
isFs45
-
allowJpegEmbedding
-
getBitmapEncodingQuality
-
getLineWidthCorrection
-
isGocaEnabled
-
isStrokeGocaText
-
getParam
-
setParam
-