Fantom

 

const final enum

gfx::Orientation

sys::Obj
  sys::Enum
    gfx::Orientation

@Js
@Serializable { simple=true collection=false }

Horizontal or vertical.

Slots

fromStrSource

static Orientation? fromStr(Str name, Bool checked := true)

Return the Orientation instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

horizontalSource

const static Orientation horizontal

valsSource

const static Orientation[] vals := ...

List of Orientation values indexed by ordinal

verticalSource

const static Orientation vertical