org.jfree.layout
public class RadialLayout extends Object implements LayoutManager, Serializable
This code was developed to display CTD rosette firing control WARNING: Not thoughly tested, use at own risk.
Constructor Summary | |
---|---|
RadialLayout()
Constructs this layout manager with default properties. |
Method Summary | |
---|---|
void | addLayoutComponent(Component comp)
Not used.
|
void | addLayoutComponent(String name, Component comp)
Not used.
|
void | layoutContainer(Container parent)
This is called when the panel is first displayed, and every time its size
changes.
|
static void | main(String[] args)
Run a demonstration.
|
Dimension | minimumLayoutSize(Container parent)
Returns the minimum size.
|
Dimension | preferredLayoutSize(Container parent)
Returns the preferred size.
|
void | removeLayoutComponent(Component comp)
Not used.
|
void | removeLayoutComponent(String name, Component comp)
Not used.
|
String | toString()
Returns the class name.
|
Parameters: comp the component.
Parameters: name the component name. comp the component.
Parameters: parent the parent.
See Also: LayoutManager
Parameters: args ignored.
Throws: Exception when an error occurs.
Parameters: parent the parent.
Returns: The minimum size.
See Also: LayoutManager
Parameters: parent the parent.
Returns: The preferred size.
See Also: LayoutManager
Parameters: comp the component.
Parameters: name the component name. comp the component.
Returns: The class name.