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

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

Uses of TankAccessor in com.croftsoft.apps.mars.ai
 

Subinterfaces of TankAccessor in com.croftsoft.apps.mars.ai
 interface TankConsole
          The tank console.
 

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

Subinterfaces of TankAccessor in com.croftsoft.apps.mars.model
 interface Tank
          A mobile armored tank.
 

Methods in com.croftsoft.apps.mars.model that return TankAccessor
 TankAccessor NullGameAccessor.getPlayerTankAccessor()
           
 TankAccessor GameAccessor.getPlayerTankAccessor()
           
 

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

Classes in com.croftsoft.apps.mars.model.seri that implement TankAccessor
 class SeriTank
          The default tank model implementation.
 

Methods in com.croftsoft.apps.mars.model.seri that return TankAccessor
 TankAccessor SeriGame.getPlayerTankAccessor()
           
 

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

Methods in com.croftsoft.apps.mars.net that return TankAccessor
 TankAccessor Synchronizer.getPlayerTankAccessor()
           
 TankAccessor GameData.getPlayerTankAccessor()
           
 

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

Methods in com.croftsoft.apps.mars.view with parameters of type TankAccessor
 void TankAmmoAnimator.setTankAccessor(TankAccessor tankAccessor)
           
 

Constructors in com.croftsoft.apps.mars.view with parameters of type TankAccessor
TankAmmoAnimator(TankAccessor tankAccessor, ImageCache imageCache, JComponent component)
          Main constructor.
TankAnimator(TankAccessor tankAccessor, ImageCache imageCache, AudioClipCache audioClipCache)
          Main constructor.
 


CroftSoft Javadoc

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