public static enum LayoutFactory.SerialAlignment extends Enum<LayoutFactory.SerialAlignment>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
CENTER |
JUSTIFY |
LEFT_TOP |
RIGHT_BOTTOM |
Modifier and Type | Method and Description |
---|---|
static LayoutFactory.SerialAlignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayoutFactory.SerialAlignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LayoutFactory.SerialAlignment LEFT_TOP
public static final LayoutFactory.SerialAlignment CENTER
public static final LayoutFactory.SerialAlignment RIGHT_BOTTOM
public static final LayoutFactory.SerialAlignment JUSTIFY
public static LayoutFactory.SerialAlignment[] values()
public static LayoutFactory.SerialAlignment 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 null