Uses of Class
uic.layout.Sizes

Packages that use Sizes
uic.layout Java Swing based layouter for professional layouting with minimum code 
 

Uses of Sizes in uic.layout
 

Methods in uic.layout with parameters of type Sizes
 void Sizes.min(Sizes s)
          set this instance' sizes to the Math.min() of both this and the arguments values.
 void Sizes.max(Sizes s)
          set this instance' sizes to the Math.max() of both this and the arguments values.
protected  void NaturalLayout.placeWidget(Sizes minimumSizes, Sizes preferredSizes, Sizes maximumSizes, Entry entry)
          Helper method for calculateSize
 



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence