com.zfqjava.layout
Interface SizeGroup
- public interface SizeGroup
A size group describes all component join this
group use the size provides by this group.
Method Summary |
java.awt.Dimension |
getMaximumSize()
Gets the maximum size dimensions for this group. |
java.awt.Dimension |
getMinimumSize()
Gets the minimum size dimensions for this group. |
java.awt.Dimension |
getPreferredSize()
Gets the preferred size dimensions for this group. |
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Gets the preferred size dimensions for this group.
- Returns:
- the preferred size dimensions for this group
getMinimumSize
public java.awt.Dimension getMinimumSize()
- Gets the minimum size dimensions for this group.
- Returns:
- the minimum size dimensions for this group
getMaximumSize
public java.awt.Dimension getMaximumSize()
- Gets the maximum size dimensions for this group.
- Returns:
- the maximum size dimensions for this group
Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.