|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.layout.LCBLayout
public class LCBLayout
Specialised layout manager for a grid of components.
| Constructor Summary | |
|---|---|
LCBLayout(int maxrows)
Creates a new LCBLayout with the specified maximum number of rows. |
|
| Method Summary | |
|---|---|
void |
addLayoutComponent(java.awt.Component comp)
Not used. |
void |
addLayoutComponent(java.lang.String name,
java.awt.Component comp)
Not used. |
void |
layoutContainer(java.awt.Container parent)
Lays out the components. |
java.awt.Dimension |
minimumLayoutSize(java.awt.Container parent)
Returns the minimum size using this layout manager. |
java.awt.Dimension |
preferredLayoutSize(java.awt.Container parent)
Returns the preferred size using this layout manager. |
void |
removeLayoutComponent(java.awt.Component comp)
Not used. |
void |
removeLayoutComponent(java.lang.String name,
java.awt.Component comp)
Not used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LCBLayout(int maxrows)
maxrows - the maximum number of rows.| Method Detail |
|---|
public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
preferredLayoutSize in interface java.awt.LayoutManagerparent - the parent.
public java.awt.Dimension minimumLayoutSize(java.awt.Container parent)
minimumLayoutSize in interface java.awt.LayoutManagerparent - the parent.
public void layoutContainer(java.awt.Container parent)
layoutContainer in interface java.awt.LayoutManagerparent - the parent.public void addLayoutComponent(java.awt.Component comp)
comp - the component.public void removeLayoutComponent(java.awt.Component comp)
removeLayoutComponent in interface java.awt.LayoutManagercomp - the component.
public void addLayoutComponent(java.lang.String name,
java.awt.Component comp)
addLayoutComponent in interface java.awt.LayoutManagername - the component name.comp - the component.
public void removeLayoutComponent(java.lang.String name,
java.awt.Component comp)
name - the component name.comp - the component.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||