Tells the component how to align on the line axis. On English
systems, that axis goes left to right, so END
is at the rightmost part of the line. On Hebrew/Arabic systems,
END would be on the left side.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.