Class AFPRendererConfig

java.lang.Object
org.apache.fop.render.afp.AFPRendererConfig
All Implemented Interfaces:
RendererConfig

public final class AFPRendererConfig extends Object implements RendererConfig
The AFP renderer config object.
  • Method Details

    • 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 Boolean isColorImages()
    • isCmykImagesSupported

      public Boolean isCmykImagesSupported()
    • getBitsPerPixel

      public Integer getBitsPerPixel()
    • getDitheringQuality

      public Float getDitheringQuality()
    • isNativeImagesSupported

      public Boolean isNativeImagesSupported()
    • getShadingMode

      public AFPShadingMode getShadingMode()
    • getResolution

      public Integer getResolution()
    • getDefaultResourceGroupUri

      public URI getDefaultResourceGroupUri()
    • getResourceLevelDefaults

      public AFPResourceLevelDefaults getResourceLevelDefaults()
    • isWrapPseg

      public Boolean isWrapPseg()
    • isGocaWrapPseg

      public Boolean isGocaWrapPseg()
    • isFs45

      public Boolean isFs45()
    • allowJpegEmbedding

      public Boolean allowJpegEmbedding()
    • getBitmapEncodingQuality

      public Float getBitmapEncodingQuality()
    • getLineWidthCorrection

      public Float getLineWidthCorrection()
    • isGocaEnabled

      public Boolean isGocaEnabled()
    • isStrokeGocaText

      public Boolean isStrokeGocaText()