class

Alignment

@Js
@Serializable { simple=true }
const class Alignment : Enum

constructors fromStr

Return the Alignment instance for the specified name

fields center

left

right

unspecified

vals

List of Alignment values indexed by ordinal

center const static Alignment : center

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

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

left const static Alignment : left

right const static Alignment : right

unspecified const static Alignment : unspecified

vals const static Alignment[] : vals

List of Alignment values indexed by ordinal

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT