| Enum Constant and Description |
|---|
B |
BOTH |
H |
HORIZONTAL |
NONE |
V |
VERTICAL |
X |
| Modifier and Type | Method and Description |
|---|---|
int |
intValue() |
static Fill |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Fill[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fill H
public static final Fill HORIZONTAL
public static final Fill V
public static final Fill VERTICAL
public static final Fill B
public static final Fill BOTH
public static final Fill X
public static final Fill NONE
public static Fill[] values()
for (Fill c : Fill.values()) System.out.println(c);
public static Fill 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 int intValue()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.