Enum AlignType
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisNoneprivate final BooleanisVerticalprivate final BooleanisHorizontalprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<AlignType>entries
-
Method Summary
Modifier and Type Method Description final AlignTypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<AlignType>values()Returns an array containing the constants of this enum type, in the order they're declared. final BooleanisNone()final BooleanisVertical()final BooleanisHorizontal()final EnumEntries<AlignType>getEntries()The align type to define linearity -
-
Method Detail
-
valueOf
final AlignType valueOf(String value)
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.)
-
values
final Array<AlignType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
isVertical
final Boolean isVertical()
-
isHorizontal
final Boolean isHorizontal()
-
getEntries
final EnumEntries<AlignType> getEntries()
The align type to define linearity
-
-
-
-