Serializable
, Comparable<LayoutFactory.SerialAlignment>
public static enum LayoutFactory.SerialAlignment extends Enum<LayoutFactory.SerialAlignment>
Enum Constant | Description |
---|---|
CENTER |
|
JUSTIFY |
|
LEFT_TOP |
|
RIGHT_BOTTOM |
Modifier and Type | Method | 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()
for (LayoutFactory.SerialAlignment c : LayoutFactory.SerialAlignment.values()) System.out.println(c);
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 nullBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.