Class RadialLayout

java.lang.Object
org.jfree.layout.RadialLayout
All Implemented Interfaces:
LayoutManager, Serializable

public class RadialLayout extends Object implements LayoutManager, Serializable
RadialLayout is a component layout manager. Compents are laid out in a circle. If only one component is contained in the layout it is positioned centrally, otherwise components are evenly spaced around the centre with the first component placed to the North.

This code was developed to display CTD rosette firing control WARNING: Not thoughly tested, use at own risk.

Author:
Bryan Scott (for Australian Antarctic Division)
See Also: