public enum AlignmentBaseline extends java.lang.Enum<AlignmentBaseline>
Enum Constant and Description |
---|
AFTER_EDGE
The alignment-point of the object being aligned is aligned with the
after-edge baseline of the parent area.
|
ALPHABETIC
The alignment-point of the object being aligned is aligned with the
alphabetic baseline of the parent area.
|
AUTO
For character objects, the script is used to determine the basline.
|
BASELINE
The alignment-point of the object being aligned is aligned with the
dominant-baseline of the parent area.
|
BEFORE_EDGE
The alignment-point of the object being aligned is aligned with the
before-edge baseline of the parent area.
|
CENTRAL
The alignment-point of the object being aligned is aligned with the
central baseline of the parent area.
|
HANGING
The alignment-point of the object being aligned is aligned with the
hanging baseline of the parent area.
|
IDEOGRAPHIC
The alignment-point of the object being aligned is aligned with the
ideographic baseline of the parent area.
|
MATHEMATICAL
The alignment-point of the object being aligned is aligned with the
mathematical baseline of the parent area.
|
MIDDLE
The alignment-point of the object being aligned is aligned with the
middle baseline of the parent area.
|
TEXT_AFTER_EDGE
The alignment-point of the object being aligned is aligned with the
text-after-edge baseline of the parent area.
|
TEXT_BEFORE_EDGE
The alignment-point of the object being aligned is aligned with the
text-before-edge baseline of the parent area.
|
Modifier and Type | Method and Description |
---|---|
static AlignmentBaseline |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentBaseline[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignmentBaseline AUTO
public static final AlignmentBaseline BASELINE
public static final AlignmentBaseline BEFORE_EDGE
public static final AlignmentBaseline TEXT_BEFORE_EDGE
public static final AlignmentBaseline MIDDLE
public static final AlignmentBaseline CENTRAL
public static final AlignmentBaseline AFTER_EDGE
public static final AlignmentBaseline TEXT_AFTER_EDGE
public static final AlignmentBaseline IDEOGRAPHIC
public static final AlignmentBaseline ALPHABETIC
public static final AlignmentBaseline HANGING
public static final AlignmentBaseline MATHEMATICAL
public static AlignmentBaseline[] values()
for (AlignmentBaseline c : AlignmentBaseline.values()) System.out.println(c);
public static AlignmentBaseline 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 nullThis documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.