Uses of Class
org.jtgl.micro.Mapplet

Packages that use Mapplet
org.jtgl.micro   
 

Uses of Mapplet in org.jtgl.micro
 

Subclasses of Mapplet in org.jtgl.micro
 class GameMapplet
          GameMapplet is a base class for a gaming Mapplet.
 

Methods in org.jtgl.micro with parameters of type Mapplet
 void MappletContext.delay(Mapplet mapplet, int ms)
           
 void MappletContext.flushGraphics(Mapplet mapplet)
           
 java.lang.Object MappletContext.get(Mapplet mapplet, java.lang.String property)
           
 java.lang.String[] MappletContext.getAvailableInputControls(Mapplet mapplet)
           
 int MappletContext.getDisplayColors(Mapplet mapplet)
           
 int MappletContext.getHeight(Mapplet mapplet)
           
 InputControl MappletContext.getInputControl(Mapplet mapplet, java.lang.String inputControlClassName)
           
 JTGLGraphics MappletContext.getJTGLGraphics(Mapplet mapplet)
          Gets global graphics context
 int MappletContext.getWidth(Mapplet mapplet)
           
 void MappletContext.handleException(Mapplet mapplet, java.lang.Exception ex, java.lang.String title)
           
 void MappletContext.notifyKill(Mapplet mapplet)
           
 void MappletContext.runMapplet(Mapplet mapplet)