Uses of Package
com.jpemartin.jgt

Classes in com.jpemartin.jgt used by com.jpemartin.jgt
Drawable
          The interface for things we can draw.
FireControl
          classes that implement FireControl all do the same thing: they return true if they think it's the right moment to fire.
HasKeyboard
          This is one of the interfaces that the WorldState object can implement.
HasSize
          This interface is implemented by stuff that has a width and height; more specifically this is meant to be used when a global setting of width and height should be shared across many objects
KeyboardStatus
          Maintains a boolean array: for each key, true if the key is pressed.
MoveControl
          Objects that implement this interface are designed to move something, possibly based on keyboard input.
Pair
          Your standard templated pair