Uses of Interface
com.croftsoft.apps.mars.model.GameAccessor

Packages that use GameAccessor
com.croftsoft.apps.mars.model   
com.croftsoft.apps.mars.model.seri   
com.croftsoft.apps.mars.net   
com.croftsoft.apps.mars.view   
 

Uses of GameAccessor in com.croftsoft.apps.mars.model
 

Subinterfaces of GameAccessor in com.croftsoft.apps.mars.model
 interface Game
          Interface for a Game object.
 

Classes in com.croftsoft.apps.mars.model that implement GameAccessor
 class NullGameAccessor
          Null object implementation of GameAccessor.
 

Uses of GameAccessor in com.croftsoft.apps.mars.model.seri
 

Classes in com.croftsoft.apps.mars.model.seri that implement GameAccessor
 class SeriGame
          A Serializable implementation of Game.
 

Uses of GameAccessor in com.croftsoft.apps.mars.net
 

Classes in com.croftsoft.apps.mars.net that implement GameAccessor
 class GameData
          A snapshot of the Game.
 class Synchronizer
          Network synchronizer.
 

Uses of GameAccessor in com.croftsoft.apps.mars.view
 

Constructors in com.croftsoft.apps.mars.view with parameters of type GameAccessor
GameAnimator(GameAccessor gameAccessor, JComponent component, ClassLoader classLoader, String mediaDir, Color backgroundColor)
           
PathAnimator(GameAccessor gameAccessor, double tankRadius)
          Main constructor.
 


CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)