public static enum Java2DRendererBuilder.FontStyle extends Enum<Java2DRendererBuilder.FontStyle>
| Modifier and Type | Method and Description |
|---|---|
static Java2DRendererBuilder.FontStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Java2DRendererBuilder.FontStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Java2DRendererBuilder.FontStyle NORMAL
public static final Java2DRendererBuilder.FontStyle ITALIC
public static final Java2DRendererBuilder.FontStyle OBLIQUE
public static Java2DRendererBuilder.FontStyle[] values()
for (Java2DRendererBuilder.FontStyle c : Java2DRendererBuilder.FontStyle.values()) System.out.println(c);
public static Java2DRendererBuilder.FontStyle 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 nullCopyright © 2017. All rights reserved.