Class XYLayout

All Implemented Interfaces:
LayoutManager
Direct Known Subclasses:
FreeformLayout

public class XYLayout extends AbstractLayout
This class implements the LayoutManager interface using the XY Layout algorithm. This lays out the components using the layout constraints as defined by each component.