The spark.layouts package contains the Spark layout classes.
Classes
Class | Description | |
---|---|---|
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. |
Fri Mar 19 2010, 02:57 AM -07:00