feathers.layout

..
AnchorLayout

Positions and sizes items by anchoring their edges (or center points) to to their parent container or to other items in the same container.

AnchorLayoutData

Sets anchors on children of containers that use AnchorLayout.

AutoSizeMode

Constants that determine how a component should automatically calculate its own dimensions when no explicit dimensions are provided.

Direction

Constants that define a direction.

HorizontalAlign

Constants for horizontal alignment (positioning along the x axis) of items in a layout.

HorizontalLayout

Positions items from top to bottom in a single column.

HorizontalLayoutData

Provides optional percentage sizing for children of containers that use HorizontalLayout.

ILayout

Positions and sizes children in a container.

ILayoutData

Optional, extra data used by some ILayout implementations.

ILayoutObject

An object that may contain extra data for use with the parent container's layout.

IScrollLayout

A layout that is affected by changes to scroll position.

LayoutBoundsResult

Calculated bounds for layout.

Measurements

Stores the current measurements for a display object.

RelativePosition

Constants for positioning an item relative to another item in a layout.

RelativePositions

An abstract that accepts a RelativePosition or an Array<RelativePosition>.

VerticalAlign

Constants for vertical alignment (positioning along the y axis) of items in a layout.

VerticalLayout

Positions items from left to right in a single row.

VerticalLayoutData

Provides optional percentage sizing for children of containers that use VerticalLayout.

VerticalListFixedRowLayout

A simple list layout that positions items from top to bottom, in a single column, where every item fills the entire width of the container.