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