public enum BitmapRendererOption extends Enum<BitmapRendererOption> implements RendererConfigOption
Enum Constant and Description |
---|
ANTI_ALIASING |
BACKGROUND_COLOR |
COLOR_MODE |
COLOR_MODE_BILEVEL |
COLOR_MODE_BINARY |
COLOR_MODE_GRAY |
COLOR_MODE_RGB |
COLOR_MODE_RGBA |
JAVA2D_TRANSPARENT_PAGE_BACKGROUND |
RENDERING_QUALITY |
RENDERING_QUALITY_ELEMENT |
RENDERING_SPEED |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getName()
The name of the option.
|
static BitmapRendererOption |
getValue(String str) |
static BitmapRendererOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitmapRendererOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitmapRendererOption JAVA2D_TRANSPARENT_PAGE_BACKGROUND
public static final BitmapRendererOption BACKGROUND_COLOR
public static final BitmapRendererOption ANTI_ALIASING
public static final BitmapRendererOption RENDERING_QUALITY_ELEMENT
public static final BitmapRendererOption RENDERING_QUALITY
public static final BitmapRendererOption RENDERING_SPEED
public static final BitmapRendererOption COLOR_MODE
public static final BitmapRendererOption COLOR_MODE_RGBA
public static final BitmapRendererOption COLOR_MODE_RGB
public static final BitmapRendererOption COLOR_MODE_GRAY
public static final BitmapRendererOption COLOR_MODE_BINARY
public static final BitmapRendererOption COLOR_MODE_BILEVEL
public static BitmapRendererOption[] values()
for (BitmapRendererOption c : BitmapRendererOption.values()) System.out.println(c);
public static BitmapRendererOption valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
getName
in interface RendererConfigOption
public Object getDefaultValue()
getDefaultValue
in interface RendererConfigOption
public static BitmapRendererOption getValue(String str)
Copyright © 2025 Apache Software Foundation. All rights reserved.