Uses of Class
com.threecoffee.control.GameWindow

Packages that use GameWindow
com.threecoffee.anim Provides classes to create basic image-based objects such as Actors and Sprites. 
 

Uses of GameWindow in com.threecoffee.anim
 

Methods in com.threecoffee.anim that return GameWindow
 GameWindow Sprite.getGameWindow()
          Returns the GameWindow that this Sprite is attached to.
 

Methods in com.threecoffee.anim with parameters of type GameWindow
 void Sprite.addTo(GameWindow gaw)
          Add this Sprite to the given GameWindow.