Save This Page
Home » jcommon-1.0.13 » org.jfree.layout » [javadoc | source]
org.jfree.layout
public class: LCBLayout [javadoc | source]
java.lang.Object
   org.jfree.layout.LCBLayout

All Implemented Interfaces:
    LayoutManager, Serializable

Specialised layout manager for a grid of components.
Constructor:
 public LCBLayout(int maxrows) 
Method from org.jfree.layout.LCBLayout Summary:
addLayoutComponent,   addLayoutComponent,   layoutContainer,   minimumLayoutSize,   preferredLayoutSize,   removeLayoutComponent,   removeLayoutComponent
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.layout.LCBLayout Detail:
 public  void addLayoutComponent(Component comp) 
    Not used.
 public  void addLayoutComponent(String name,
    Component comp) 
    Not used.
 public  void layoutContainer(Container parent) 
    Lays out the components.
 public Dimension minimumLayoutSize(Container parent) 
    Returns the minimum size using this layout manager.
 public Dimension preferredLayoutSize(Container parent) 
    Returns the preferred size using this layout manager.
 public  void removeLayoutComponent(Component comp) 
    Not used.
 public  void removeLayoutComponent(String name,
    Component comp) 
    Not used.