feathers.layout

..
AbstractAnchor

Converts a Float or DisplayObject value to an Anchor used by AnchorLayoutData.

Anchor

Specifies how to position an object added to a container using AnchorLayout.

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.

Breakpoint

Direction

Constants that define a direction.

GridViewRowLayout

Positions cell or header renderers in a GridView component.

HDividedBoxLayout

The layout used by the HDividedBox component.

HorizontalAlign

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

HorizontalDistributedLayout

Positions items from left to right in a single row, and all items are resized to have the same width and height.

HorizontalLayout

Positions items from left to right in a single row.

HorizontalLayoutData

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

HorizontalListLayout

A simple list layout that positions items from left to right, in a single row, where every item fills the entire height of the container.

ILayout

Positions and sizes children in a container.

ILayoutData

Optional, extra data used by some ILayout implementations.

ILayoutIndexObject

An object that is aware of its position in a layout.

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.

IVirtualLayout

A layout algorithm that supports virtualization of items. In other words, only the items that are visible need to be created as display objects, and those outside of the view port bounds are represented with empty space until they are scrolled into view. Useful in components like ListView, TreeView, or GridView where dozens or hundreds of items are needed, but only a small subset of them are visible at any given moment.

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>.

ResponsiveGridLayout

Positions items in a grid, with a specific number of columns (defaults to twelve columns). Items may span multiple rows and may be displayed with offsets in between. When a row is "full", items are laid out starting on the next row automatically.

ResponsiveGridLayoutData

Sets the optional span and offset for an item in a ResponsiveGridLayout.

VDividedBoxLayout

The layout used by the VDividedBox component.

VerticalAlign

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

VerticalDistributedLayout

Positions items from top to bottom in a single column, and all items are resized to have the same width and height.

VerticalLayout

Positions items from top to bottom in a single column.

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 has the same width and height. The items fill the entire width of the container. The height of items is determined by the measured height of the first item, or it may be overridden using the rowHeight property.

VerticalListLayout

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.

VirtualLayoutRange

The range of items currently displayed by a virtual layout.