| Class | Description |
---|
| AnchorLayout |
Positions and sizes items by anchoring their edges (or center points)
to their parent container or to other items. |
| AnchorLayoutData |
Extra, optional data used by an AnchorLayout instance to
position and size a display object. |
| FlowLayout |
Positions items of different dimensions from left to right in multiple
rows. |
| HorizontalLayout |
Positions items from left to right in a single row. |
| HorizontalLayoutData |
Extra, optional data used by an HorizontalLayout instance to
position and size a display object. |
| HorizontalSpinnerLayout |
For use with the SpinnerList component, positions items from
left to right in a single row and repeats infinitely. |
| LayoutBoundsResult |
Calculated bounds for layout. |
| TiledColumnsLayout |
Positions items as tiles (equal width and height) from top to bottom
in multiple columns. |
| TiledRowsLayout |
Positions items as tiles (equal width and height) from left to right
in multiple rows. |
| VerticalLayout |
Positions items from top to bottom in a single column. |
| VerticalLayoutData |
Extra, optional data used by an VerticalLayout instance to
position and size a display object. |
| VerticalSpinnerLayout |
For use with the SpinnerList component, positions items from
top to bottom in a single column and repeats infinitely. |
| ViewPortBounds |
Used by layout algorithms for determining the bounds in which to position
and size items. |
| WaterfallLayout |
A layout with multiple columns of equal width where items may have
variable heights. |