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

All Implemented Interfaces:
    LayoutManager, Serializable

A layout manager that displays a single component in the center of its container.
Constructor:
 public CenterLayout() 
Method from org.jfree.layout.CenterLayout 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.CenterLayout 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.
 public Dimension preferredLayoutSize(Container parent) 
    Returns the preferred size.
 public  void removeLayoutComponent(Component comp) 
    Not used.
 public  void removeLayoutComponent(String name,
    Component comp) 
    Not used.