org.jtgl.micro
Class DefaultImageUtil
java.lang.Object
org.jtgl.micro.ImageUtil
org.jtgl.micro.DefaultImageUtil
public class DefaultImageUtil
- extends ImageUtil
Default ImageUtil implementation
- Author:
- Manuel Polo (manuel_polo at yahoo dot es)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultImageUtil
public DefaultImageUtil(MappletContext context)
- Creates a new instance of MidpImageUtil
createScaledImage
public JTGLImage createScaledImage(JTGLImage imageSrc,
int width,
int height,
boolean inmutableImage)
- Specified by:
createScaledImage
in class ImageUtil
getMaxScalingQuality
public int getMaxScalingQuality()
- Specified by:
getMaxScalingQuality
in class ImageUtil
getMinScalingQuality
public int getMinScalingQuality()
- Specified by:
getMinScalingQuality
in class ImageUtil
setMaxScalingQuality
public void setMaxScalingQuality(int quality)
- Specified by:
setMaxScalingQuality
in class ImageUtil