Uses of Class
org.jtgl.image.ImageMatrix

Packages that use ImageMatrix
org.jtgl.gaming   
 

Uses of ImageMatrix in org.jtgl.gaming
 

Methods in org.jtgl.gaming with parameters of type ImageMatrix
 void TiledSurface.setImageMatrix(ImageMatrix imageMatrix, boolean clearMap)
           
 

Constructors in org.jtgl.gaming with parameters of type ImageMatrix
Sprite(ImageMatrix matrix)
          Creates an animated Sprite using a ImageMatrix
TiledSurface(int cellRows, int cellColumns, ImageMatrix imageMatrix)
          Creates a new instance of TiledSurface