Interfaces
 InterfaceDescription
 ILayout Interface providing layout capabilities for containers.
 ILayoutData Extra data used by layout algorithms.
 ILayoutDisplayObject A display object that may be associated with extra data for use with advanced layouts.
 ITrimmedVirtualLayout Optimizes a virtual layout by skipping a specific number of items before and after the set that is passed to layout().
 IVariableVirtualLayout A virtual layout that supports variable item dimensions.
 IVirtualLayout A layout algorithm that supports virtualization of items so that only the visible items need to be created.
Classes
 ClassDescription
 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.