com.bristle.javalib.awt
Class ImgUtil.ScaleAlgorithm
java.lang.Object
com.bristle.javalib.awt.ImgUtil.ScaleAlgorithm
- Enclosing class:
- ImgUtil
public static class ImgUtil.ScaleAlgorithm
- extends Object
This class represents an enumerated type that specifies whether scaling
of Images should be done with an emphasis on speed or image smoothness.
The constants defined in this class are typically used as arguments to
the other methods in the enclosing class.
FAST
public static final ImgUtil.ScaleAlgorithm FAST
SMOOTH
public static final ImgUtil.ScaleAlgorithm SMOOTH
toString
public String toString()
- Overrides:
toString in class Object