scala.swing

object Alignment

[source: scala/swing/Alignment.scala]

object Alignment
extends scala.Enumeration
Horizontal and vertical alignments. We sacrifice a bit of type-safety for simplicity here.
Value Summary
val Bottom : scala.Enumeration.Value
val Center : scala.Enumeration.Value
val Left : scala.Enumeration.Value
val Right : scala.Enumeration.Value
val Top : scala.Enumeration.Value
Values and Variables inherited from scala.Enumeration
scala.Enumeration.nextId, scala.Enumeration.nextName
Methods inherited from scala.Enumeration
scala.Enumeration.name, scala.Enumeration.maxId, scala.Enumeration.apply, scala.Enumeration.elements, scala.Enumeration.foreach, scala.Enumeration.forall, scala.Enumeration.exists, scala.Enumeration.map, scala.Enumeration.flatMap, scala.Enumeration.filter, scala.Enumeration.toString, scala.Enumeration.Value, scala.Enumeration.Value, scala.Enumeration.Value, scala.Enumeration.Value, scala.Enumeration.Set32, scala.Enumeration.Set32, scala.Enumeration.Set64, scala.Enumeration.Set64, scala.Enumeration.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 : scala.Enumeration.Value

val Right : scala.Enumeration.Value

val Center : scala.Enumeration.Value

val Top : scala.Enumeration.Value

val Bottom : scala.Enumeration.Value