enum const class vaseGraphics::Halign

sys::Obj
  sys::Enum
    vaseGraphics::Halign

@Js
@Serializable { simple=true }

Horizontal alignment: left, center, right, fill, or repeat.

center

const static Halign center := ...

fill

const static Halign fill := ...

fromStr

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

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

left

const static Halign left := ...

repeat

const static Halign repeat := ...

const static Halign right := ...

vals

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

List of Halign values indexed by ordinal