JComponentPack 1.5.0

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
 Dimension getMaximumSize()
          Gets the maximum size dimensions for this group.
 Dimension getMinimumSize()
          Gets the minimum size dimensions for this group.
 Dimension getPreferredSize()
          Gets the preferred size dimensions for this group.
 

Method Detail

getPreferredSize

Dimension getPreferredSize()
Gets the preferred size dimensions for this group.

Returns:
the preferred size dimensions for this group

getMinimumSize

Dimension getMinimumSize()
Gets the minimum size dimensions for this group.

Returns:
the minimum size dimensions for this group

getMaximumSize

Dimension getMaximumSize()
Gets the maximum size dimensions for this group.

Returns:
the maximum size dimensions for this group

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.