Horizontal

o1.gui.Align.Horizontal
enum Horizontal

An enumeration of the three schemes for horizontal alignment.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Left extends Horizontal

Signals that elements should be horizontally left-aligned.

Signals that elements should be horizontally left-aligned.

Attributes

case Middle extends Horizontal

Signals that elements should be horizontally centered.

Signals that elements should be horizontally centered.

Attributes

case Right extends Horizontal

Signals that elements should be horizontally right-aligned.

Signals that elements should be horizontally right-aligned.

Attributes