type

Alignment

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

enum

constructors

fromStr

Return the Alignment instance for the specified name.

fields

vals

List of Alignment values indexed by ordinal

Slot Details

center

src const static Alignment center := ...

fromStr

src 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

src const static Alignment left := ...

src const static Alignment right := ...

unspecified

src const static Alignment unspecified := ...

vals

src const static Alignment[] vals := ...

List of Alignment values indexed by ordinal