org.jfree.layout
public class LCBLayout extends Object implements LayoutManager, Serializable
| Constructor Summary | |
|---|---|
| LCBLayout(int maxrows)
Creates a new LCBLayout with the specified maximum number of rows.
| |
| Method Summary | |
|---|---|
| void | addLayoutComponent(Component comp)
Not used.
|
| void | addLayoutComponent(String name, Component comp)
Not used.
|
| void | layoutContainer(Container parent)
Lays out the components.
|
| Dimension | minimumLayoutSize(Container parent)
Returns the minimum size using this layout manager.
|
| Dimension | preferredLayoutSize(Container parent)
Returns the preferred size using this layout manager.
|
| void | removeLayoutComponent(Component comp)
Not used.
|
| void | removeLayoutComponent(String name, Component comp)
Not used.
|
Parameters: maxrows the maximum number of rows.
Parameters: comp the component.
Parameters: name the component name. comp the component.
Parameters: parent the parent.
Parameters: parent the parent.
Returns: the minimum size using this layout manager.
Parameters: parent the parent.
Returns: the preferred size using this layout manager.
Parameters: comp the component.
Parameters: name the component name. comp the component.