Vertical

o1.gui.Align.Vertical
enum Vertical

An enumeration of the three schemes for vertical 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 Bottom extends Vertical

Signals that elements should be vertically bottom-aligned.

Signals that elements should be vertically bottom-aligned.

Attributes

case Middle extends Vertical

Signals that elements should be vertically centered.

Signals that elements should be vertically centered.

Attributes

case Top extends Vertical

Signals that elements should be vertically top-aligned.

Signals that elements should be vertically top-aligned.

Attributes