org.jtgl.micro
Class DefaultImageUtil

java.lang.Object
  extended by org.jtgl.micro.ImageUtil
      extended by org.jtgl.micro.DefaultImageUtil

public class DefaultImageUtil
extends ImageUtil

Default ImageUtil implementation

Author:
Manuel Polo (manuel_polo at yahoo dot es)

Constructor Summary
DefaultImageUtil(MappletContext context)
          Creates a new instance of MidpImageUtil
 
Method Summary
 JTGLImage createScaledImage(JTGLImage imageSrc, int width, int height, boolean inmutableImage)
           
 int getMaxScalingQuality()
           
 int getMinScalingQuality()
           
 void setMaxScalingQuality(int quality)
           
 
Methods inherited from class org.jtgl.micro.ImageUtil
createImage, createImage, createScaledImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultImageUtil

public DefaultImageUtil(MappletContext context)
Creates a new instance of MidpImageUtil

Method Detail

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