RendererConfigOption
public enum Java2DRendererOption extends java.lang.Enum<Java2DRendererOption> implements RendererConfigOption
Enum Constant | Description |
---|---|
JAVA2D_TRANSPARENT_PAGE_BACKGROUND |
Rendering Options key for the controlling the transparent page background option.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
The name of the option.
|
static Java2DRendererOption |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Java2DRendererOption[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Java2DRendererOption JAVA2D_TRANSPARENT_PAGE_BACKGROUND
public static Java2DRendererOption[] values()
for (Java2DRendererOption c : Java2DRendererOption.values()) System.out.println(c);
public static Java2DRendererOption valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
RendererConfigOption
getName
in interface RendererConfigOption
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.