scala.swing

object Alignment

[source: scala/swing/Alignment.scala]

object Alignment
extends Enumeration
Horizontal and vertical alignments. We sacrifice a bit of type-safety for simplicity here.
See Also
javax.swing.SwingConstants
Value Summary
val Bottom : Value
val Center : Value
val Leading : Value
val Left : Value
val Right : Value
val Top : Value
val Trailing : Value
Values and Variables inherited from Enumeration
nextId, nextName
Methods inherited from Enumeration
name, maxId, apply, elements, foreach, forall, exists, map, flatMap, filter, toString, valueOf, Value, Value, Value, Value, Set32, Set32, Set64, Set64, maskToBit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val Left : Value

val Right : Value

val Center : Value

val Top : Value

val Bottom : Value

val Leading : Value

val Trailing : Value