public class BitmapRendererConfig extends java.lang.Object implements RendererConfig
Modifier and Type | Class and Description |
---|---|
static class |
BitmapRendererConfig.BitmapRendererConfigParser
The parser for the Bitmap renderer configuration data.
|
RendererConfig.RendererConfigParser
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBackgroundColor() |
java.lang.Integer |
getColorMode() |
DefaultFontConfig |
getFontInfoConfig()
Returns the render-specific font configuration information.
|
java.lang.Boolean |
hasAntiAliasing() |
boolean |
hasTransparentBackround() |
java.lang.Boolean |
isRenderHighQuality() |
public DefaultFontConfig getFontInfoConfig()
RendererConfig
getFontInfoConfig
in interface RendererConfig
public java.awt.Color getBackgroundColor()
public java.lang.Boolean hasAntiAliasing()
public java.lang.Boolean isRenderHighQuality()
public java.lang.Integer getColorMode()
public boolean hasTransparentBackround()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.