org.jtgl.micro
Class ImageUtil
java.lang.Object
org.jtgl.micro.ImageUtil
- Direct Known Subclasses:
- DefaultImageUtil
public abstract class ImageUtil
- extends java.lang.Object
Provides various image manipulation methods (Scaling at this moment)
- 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 |
ImageUtil
public ImageUtil(MappletContext mappletContext)
- Creates a new instance of ImageUtil
getMaxScalingQuality
public abstract int getMaxScalingQuality()
getMinScalingQuality
public abstract int getMinScalingQuality()
setMaxScalingQuality
public abstract void setMaxScalingQuality(int quality)
createScaledImage
public abstract JTGLImage createScaledImage(JTGLImage imageSrc,
int width,
int height,
boolean inmutableImage)
createScaledImage
public final JTGLImage createScaledImage(JTGLImage imageSrc,
int width,
int height)
createImage
protected JTGLImage createImage(int width,
int height)
createImage
protected JTGLImage createImage(JTGLImage image)