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 class
The parser for AFP renderer specific data in the FOP conf.static enum
An enumeration for the various images modes available to the AFP renderer.private static final class
Nested classes/interfaces inherited from interface org.apache.fop.render.RendererConfig
RendererConfig.RendererConfigParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AFPFontConfig
private 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> T
getParam
(AFPRendererOption options, Class<T> type) isFs45()
private <T> void
setParam
(AFPRendererOption option, T value)
-
Field Details
-
params
-
imageModeParams
-
fontConfig
-
-
Constructor Details
-
AFPRendererConfig
-
-
Method Details
-
getFontInfoConfig
Description copied from interface:RendererConfig
Returns the render-specific font configuration information.- Specified by:
getFontInfoConfig
in interfaceRendererConfig
- Returns:
- the font config
-
isColorImages
-
isCmykImagesSupported
-
getBitsPerPixel
-
getDitheringQuality
-
isNativeImagesSupported
-
getShadingMode
-
getResolution
-
getDefaultResourceGroupUri
-
getResourceLevelDefaults
-
isWrapPseg
-
isGocaWrapPseg
-
isFs45
-
allowJpegEmbedding
-
getBitmapEncodingQuality
-
getLineWidthCorrection
-
isGocaEnabled
-
isStrokeGocaText
-
getParam
-
setParam
-