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