Uses of Class
org.jtgl.image.JTGLImage

Packages that use JTGLImage
org.jtgl.core   
org.jtgl.gaming   
org.jtgl.image   
org.jtgl.micro   
 

Uses of JTGLImage in org.jtgl.core
 

Methods in org.jtgl.core with parameters of type JTGLImage
abstract  void JTGLGraphics.drawImage(JTGLImage img, int x, int y)
           
abstract  void JTGLGraphics.drawRegion(JTGLImage src, int x_src, int y_src, int width, int height, int x_dest, int y_dest)
           
 

Uses of JTGLImage in org.jtgl.gaming
 

Methods in org.jtgl.gaming with parameters of type JTGLImage
 void TiledSurface.setStaticTileSet(JTGLImage image, int cellWidth, int cellHeight)
           
 

Constructors in org.jtgl.gaming with parameters of type JTGLImage
Sprite(JTGLImage staticImage)
          Creates a non animated Sprite using the provided image
Sprite(JTGLImage image, int frameWidth, int frameHeight)
          Creates an animated Sprite using the frames from provided image
TiledSurface(int cellRows, int cellColumns, JTGLImage image, int frameWidth, int frameHeight)
           
 

Uses of JTGLImage in org.jtgl.image
 

Constructors in org.jtgl.image with parameters of type JTGLImage
ImageMatrix(JTGLImage imageSource, int frameWidth)
          Creates a new instance of ImageMatrix suited for square dimensions
ImageMatrix(JTGLImage imageSource, int frameWidth, int frameHeight)
           
 

Uses of JTGLImage in org.jtgl.micro
 

Methods in org.jtgl.micro that return JTGLImage
protected  JTGLImage ImageUtil.createImage(int width, int height)
           
 JTGLImage Mapplet.createImage(int width, int height)
           
protected  JTGLImage ImageUtil.createImage(JTGLImage image)
           
 JTGLImage Mapplet.createImage(JTGLImage image)
           
 JTGLImage Mapplet.createImage(java.lang.String src)
           
 JTGLImage MappletContext.createJTGLImage(byte[] imageData, int imageOffset, int imageLength)
           
 JTGLImage MappletContext.createJTGLImage(int width, int height)
           
 JTGLImage MappletContext.createJTGLImage(JTGLImage image)
           
 JTGLImage MappletContext.createJTGLImage(java.lang.String src)
           
 JTGLImage ImageUtil.createScaledImage(JTGLImage imageSrc, int width, int height)
           
 JTGLImage DefaultImageUtil.createScaledImage(JTGLImage imageSrc, int width, int height, boolean inmutableImage)
           
abstract  JTGLImage ImageUtil.createScaledImage(JTGLImage imageSrc, int width, int height, boolean inmutableImage)
           
 

Methods in org.jtgl.micro with parameters of type JTGLImage
protected  JTGLImage ImageUtil.createImage(JTGLImage image)
           
 JTGLImage Mapplet.createImage(JTGLImage image)
           
 JTGLImage MappletContext.createJTGLImage(JTGLImage image)
           
 JTGLImage ImageUtil.createScaledImage(JTGLImage imageSrc, int width, int height)
           
 JTGLImage DefaultImageUtil.createScaledImage(JTGLImage imageSrc, int width, int height, boolean inmutableImage)
           
abstract  JTGLImage ImageUtil.createScaledImage(JTGLImage imageSrc, int width, int height, boolean inmutableImage)