Adobe® Flex® 4 Language Reference
Show Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
 
spark.layouts 

The spark.layouts package contains the Spark layout classes.



Classes
 ClassDescription
 BasicLayout The BasicLayout class arranges the layout elements according to their individual settings, independent of each-other.
 ColumnAlign The ColumnAlign class defines the possible values for the columnAlign property of the TileLayout class.
 HorizontalAlign The HorizontalAlign class defines the possible values for the horizontalAlign property of the VerticalLayout class.
 HorizontalLayout The HorizontalLayout class arranges the layout elements in a horizontal sequence, left to right, with optional gaps between the elements and optional padding around the elements.
 RowAlign The RowAlign class defines the possible values for the rowAlign property of the TileLayout class.
 TileLayout The TileLayout class arranges layout elements in columns and rows of equally-sized cells.
 TileOrientation The TileOrientation class defines the possible values for the orientation property of the TileLayout class.
 VerticalAlign The VerticalAlign class defines the possible values for the verticalAlign property of the HorizontalLayout class.
 VerticalLayout The VerticalLayout class arranges the layout elements in a vertical sequence, top to bottom, with optional gaps between the elements and optional padding around the sequence of elements.