Uses of Class
com.jgoodies.uif.util.Resizer

Packages that use Resizer
com.jgoodies.uif.util Consist of general helper classes 
 

Uses of Resizer in com.jgoodies.uif.util
 

Fields in com.jgoodies.uif.util declared as Resizer
static Resizer Resizer.DEFAULT
          The default Resizer for an aspect ratio of 4:3.
static Resizer Resizer.FIVE2FOUR
          A Resizer for an aspect ratio of 5:4.
static Resizer Resizer.FOUR2THREE
          A Resizer for an aspect ratio of 4:3.
static Resizer Resizer.ONE2ONE
          A Resizer for an aspect ratio of 1:1.
static Resizer Resizer.REVERSE_SQRT
          A Resizer for an aspect ratio of 1:sqrt(2).
static Resizer Resizer.SQRT
          A Resizer for an aspect ratio of sqrt(2):1.
 



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.