| | Class | Description |
|---|
| | AnchorLayout |
Positions and sizes items based on anchor positions. |
| | AnchorLayoutData |
Extra, optional data used by an AnchorLayout instance to
position and size a display object. |
| | HorizontalLayout |
Positions items from left to right in a single row. |
| | LayoutBoundsResult |
Calculated bounds for layout. |
| | MultiColumnGridLayout |
Positions items in rows following a grid with a specific number of
columns, defaulting to 12 columns. |
| | MultiColumnGridLayoutData |
Extra, optional data used by an MultiColumnGridLayout
instance to position and size a display object. |
| | 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. |
| | ViewPortBounds |
Used by layout algorithms for determining the bounds in which to position
and size items. |