|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AlignmentBaseline>
org.axsl.common.value.AlignmentBaseline
public enum AlignmentBaseline
Enumeration of possible values for alignment-baseline.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static final 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 name
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.