JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
TOP_LEFT
TOP_CENTER
TOP_RIGHT
CENTER_LEFT
CENTER
CENTER_RIGHT
BOTTOM_LEFT
BOTTOM_CENTER
BOTTOM_RIGHT
BASELINE_LEFT
BASELINE_CENTER
BASELINE_RIGHT
Method Details
values()
valueOf(String)
getVpos()
getHpos()
Enum Constant Summary
Enum Constants
Represents positioning on the baseline vertically and on the center horizontally.
Represents positioning on the baseline vertically and on the left horizontally.
Represents positioning on the baseline vertically and on the right horizontally.
Represents positioning on the bottom vertically and on the center horizontally.
Represents positioning on the bottom vertically and on the left horizontally.
Represents positioning on the bottom vertically and on the right horizontally.
Represents positioning on the center both vertically and horizontally.
Represents positioning on the center vertically and on the left horizontally.
Represents positioning on the center vertically and on the right horizontally.
Represents positioning on the top vertically and on the center horizontally.
Represents positioning on the top vertically and on the left horizontally.
Represents positioning on the top vertically and on the right horizontally.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the horizontal positioning/alignment.
Returns the vertical positioning/alignment.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods declared in class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf