org.apache.fop.render.bitmap
Class BitmapRendererConfig
java.lang.Object
org.apache.fop.render.bitmap.BitmapRendererConfig
- All Implemented Interfaces:
- RendererConfig
- Direct Known Subclasses:
- PNGRendererConfig, TIFFRendererConfig
public class BitmapRendererConfig
- extends java.lang.Object
- implements RendererConfig
The Bitmap renderer config data object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 java.awt.Color getBackgroundColor()
hasAntiAliasing
public java.lang.Boolean hasAntiAliasing()
isRenderHighQuality
public java.lang.Boolean isRenderHighQuality()
getColorMode
public java.lang.Integer getColorMode()
hasTransparentBackround
public boolean hasTransparentBackround()
Copyright 1999-2015 The Apache Software Foundation. All Rights Reserved.