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