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

Packages that use Tank
com.croftsoft.apps.mars.model   
com.croftsoft.apps.mars.model.seri   
 

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

Methods in com.croftsoft.apps.mars.model that return Tank
 Tank World.createTank(double centerX, double centerY, Color color)
           
 Tank Game.getPlayerTank()
           
 Tank[] World.getTanks()
          Gets all active and inactive Tanks in the World.
 

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

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

Methods in com.croftsoft.apps.mars.model.seri that return Tank
 Tank SeriWorld.createTank(double centerX, double centerY, Color color)
           
 Tank SeriGame.getPlayerTank()
           
 Tank[] SeriWorld.getTanks()
           
 


CroftSoft Javadoc

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