org.jfree.report.modules.gui.swing.common
public class CenterLayout extends Object implements LayoutManager, Serializable
Constructor Summary | |
---|---|
CenterLayout()
Creates a new layout manager. |
Method Summary | |
---|---|
void | addLayoutComponent(Component comp)
Not used.
|
void | addLayoutComponent(String name, Component comp)
Not used.
|
void | layoutContainer(Container parent)
Lays out the components.
|
Dimension | minimumLayoutSize(Container parent)
Returns the minimum size.
|
Dimension | preferredLayoutSize(Container parent)
Returns the preferred size.
|
void | removeLayoutComponent(Component comp)
Not used.
|
void | removeLayoutComponent(String name, Component comp)
Not used.
|
Parameters: comp the component.
Parameters: name the component name. comp the component.
Parameters: parent the parent.
Parameters: parent the parent.
Returns: the minimum size.
Parameters: parent the parent.
Returns: the preferred size.
Parameters: comp the component.
Parameters: name the component name. comp the component.