Fantom

 

const final enum

gfx::Halign

sys::Obj
  sys::Enum
    gfx::Halign

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

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

Slots

centerSource

const static Halign center

fillSource

const static Halign fill

fromStrSource

static Halign? 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.

leftSource

const static Halign left

repeatSource

const static Halign repeat

const static Halign right

valsSource

const static Halign[] vals := ...

List of Halign values indexed by ordinal