Class BitmapRendererConfig

java.lang.Object
org.apache.fop.render.bitmap.BitmapRendererConfig
All Implemented Interfaces:
RendererConfig
Direct Known Subclasses:
PNGRendererConfig, TIFFRendererConfig

public class BitmapRendererConfig extends Object implements RendererConfig
The Bitmap renderer config data object.
  • Method Details

    • getFontInfoConfig

      public DefaultFontConfig getFontInfoConfig()
      Description copied from interface: RendererConfig
      Returns the render-specific font configuration information.
      Specified by:
      getFontInfoConfig in interface RendererConfig
      Returns:
      the font config
    • getBackgroundColor

      public Color getBackgroundColor()
    • hasAntiAliasing

      public Boolean hasAntiAliasing()
    • isRenderHighQuality

      public Boolean isRenderHighQuality()
    • getColorMode

      public Integer getColorMode()
    • hasTransparentBackround

      public boolean hasTransparentBackround()