Uses of Class
moagg.types.TankType

Packages that use TankType
moagg.level.xml.data.object   
moagg.level.xml.object   
moagg.model.object.sprite   
moagg.types   
 

Uses of TankType in moagg.level.xml.data.object
 

Methods in moagg.level.xml.data.object that return TankType
 TankType TankData.getType()
           
 

Methods in moagg.level.xml.data.object with parameters of type TankType
 void TankData.setType(TankType type)
           
 

Uses of TankType in moagg.level.xml.object
 

Methods in moagg.level.xml.object that return TankType
protected  TankType TankHandler.parseType(java.lang.String value)
           
 

Uses of TankType in moagg.model.object.sprite
 

Methods in moagg.model.object.sprite that return TankType
 TankType Tank.getTankType()
           
 

Methods in moagg.model.object.sprite with parameters of type TankType
 void Tank.setType(TankType type)
           
 

Uses of TankType in moagg.types
 

Methods in moagg.types that return TankType
static TankType TankType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TankType[] TankType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2008. All Rights Reserved.