HorizontalFlowLayout

constructor(ordered: Boolean)(source)

Constructs an instance of VerticalLayout with a vertical vgap of 5 pixels, horizontal centering and anchored to the top of the display area.

Parameters

ordered

true if should be ordered


constructor(hgap: Int, ordered: Boolean)(source)

Constructs a VerticalLayout instance with horizontal centering, anchored to the top with the specified vgap.

Parameters

hgap

An int value indicating the vertical seperation of the components

ordered

true if the components must be ordered


constructor(hgap: Int, align: Int, ordered: Boolean)(source)

Constructs a VerticalLayout instance anchored to the top with the specified hgap and horizontal alignment.

Parameters

hgap

An int value indicating the vertical seperation of the components

align

An int value which is one of RIGHT, LEFT, CENTER, BOTH for the horizontal getAlignment().

ordered

true if the components must be ordered


constructor(hgap: Int, align: Int, anchor: Int, ordered: Boolean)(source)

Constructs a VerticalLayout instance with the specified vgap, horizontal getAlignment() and anchoring.

Parameters

hgap

An int value indicating the vertical seperation of the components

align

An int value which is one of RIGHT, LEFT, CENTER, BOTH for the horizontal getAlignment().

anchor

An int value which is one of TOP, BOTTOM, CENTER indicating where the components are to appear if the display area exceeds the minimum necessary.

ordered

true if the components must be ordered