enum const class vaseGraphics::Orientation

sys::Obj
  sys::Enum
    vaseGraphics::Orientation

@Js
@Serializable { simple=true }

Horizontal or vertical.

fromStr

static new 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.

horizontal

const static Orientation horizontal := ...

vals

const static List<Orientation> vals := ...

List of Orientation values indexed by ordinal

vertical

const static Orientation vertical := ...