public class BitmapRendererConfig extends 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 |
---|---|
Color |
getBackgroundColor() |
Integer |
getColorMode() |
DefaultFontConfig |
getFontInfoConfig()
Returns the render-specific font configuration information.
|
Boolean |
hasAntiAliasing() |
boolean |
hasTransparentBackround() |
Boolean |
isRenderHighQuality() |
public DefaultFontConfig getFontInfoConfig()
RendererConfig
getFontInfoConfig
in interface RendererConfig
public Color getBackgroundColor()
public Boolean hasAntiAliasing()
public Boolean isRenderHighQuality()
public Integer getColorMode()
public boolean hasTransparentBackround()
Copyright © 2025 Apache Software Foundation. All rights reserved.