Classes
 ClassDescription
 FanLayout The FanLayout positions the corners of the container's objects in the same location and rotates them individually around the corner.
 GridLayout The GridLayout positions the display objects in a grid.
 Layout The Layout is the base class for all Layouts.
 LayoutKit The LayoutKit stores global layouts that can be accessed throughout the CML file.
 ListLayout The ListLayout positions the display objects in a list.
 PileLayout The PileLayout positions the centers of the container's objects in the same location and rotates them individually around the center.
 PointLayout The PointLayout positions the objects of a container based on a user defined list of xy coordinates.
 RandomLayout The RandomLayout positions display objects randomly about the x- and y-axes and applies a specified amount of random rotation.