Uses of Class
org.jtgl.core.JTGLGraphics

Packages that use JTGLGraphics
org.jtgl.gaming   
org.jtgl.image   
org.jtgl.micro   
 

Uses of JTGLGraphics in org.jtgl.gaming
 

Methods in org.jtgl.gaming with parameters of type JTGLGraphics
 void RectSurface.draw(JTGLGraphics g)
           
 void Sprite.draw(JTGLGraphics g)
           
 void SpriteGroup.draw(JTGLGraphics gc)
           
abstract  void Surface.draw(JTGLGraphics g)
           
 void TiledSurface.draw(JTGLGraphics g)
           
 void SurfaceManager.draw(JTGLGraphics g, int x, int y)
           
 void SpriteGroup.drawFB(JTGLGraphics gc)
          Draw from Front to Background
 

Uses of JTGLGraphics in org.jtgl.image
 

Methods in org.jtgl.image that return JTGLGraphics
abstract  JTGLGraphics JTGLImage.getGraphics()
           
 

Methods in org.jtgl.image with parameters of type JTGLGraphics
 void ImageMatrix.draw(JTGLGraphics g, int x, int y, int imageIndex)
          Draw a single image located by imageIndex at location (x,y)
 void ImageMatrix.draw(JTGLGraphics g, int x, int y, int offsetX, int offsetY, int imageIndex)
           
 

Uses of JTGLGraphics in org.jtgl.micro
 

Methods in org.jtgl.micro that return JTGLGraphics
 JTGLGraphics Mapplet.getGraphics()
          Gets global graphics context
 JTGLGraphics MappletContext.getJTGLGraphics(Mapplet mapplet)
          Gets global graphics context