object Alignment extends Enumeration
Horizontal and vertical alignments. We sacrifice a bit of type-safety for simplicity here.
- See also
javax.swing.SwingConstants
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Alignment
- Enumeration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- val Bottom: Value
- val Center: Value
- val Leading: Value
- val Left: Value
- val Right: Value
- val Top: Value
- val Trailing: Value
-
final
def
apply(x: Int): Value
- Definition Classes
- Enumeration
-
final
def
maxId: Int
- Definition Classes
- Enumeration
-
def
toString(): String
- Definition Classes
- Enumeration → AnyRef → Any
-
def
values: ValueSet
- Definition Classes
- Enumeration
-
final
def
withName(s: String): Value
- Definition Classes
- Enumeration