Uses of Class
org.jtgl.gaming.Surface

Packages that use Surface
org.jtgl.gaming   
 

Uses of Surface in org.jtgl.gaming
 

Subclasses of Surface in org.jtgl.gaming
 class RectSurface
          A Rectangle surface
 class Sprite
          Sprite class
 class TiledSurface
          Represents a surface compound of image tiles (each tile could be empty of filled with a static or animated image)
 

Methods in org.jtgl.gaming that return Surface
 Surface SurfaceManager.getSurfaceAt(int index)
           
 

Methods in org.jtgl.gaming with parameters of type Surface
 void SurfaceManager.append(Surface s)
           
 void SurfaceManager.centerView(Surface surface, int viewMaxWidth, int viewMaxHeight)
          Centers view window relative to a surface.
 boolean Sprite.collidesAtWith(int tx, int ty, Surface surface)
           
 boolean Sprite.collidesAtWithBounds(int tx, int ty, Surface surface)
           
 boolean Sprite.collidesWith(Surface surface)
           
 boolean Sprite.collidesWithBounds(Surface surface)
           
 void SurfaceManager.insert(Surface s, int index)
           
 boolean Sprite.preCollidesWithBounds(Surface surface)
           
 void SurfaceManager.remove(Surface s)