Uses of Class
moagg.types.TurretType

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

Uses of TurretType in moagg.artwork.object
 

Methods in moagg.artwork.object with parameters of type TurretType
 java.awt.image.BufferedImage TurretImageFactory.getImage(Orientation orientation, TurretType type)
           
 int TurretImageFactory.getTurretHeight(TurretType type)
           
 

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

Methods in moagg.level.xml.data.object that return TurretType
 TurretType TurretData.getType()
           
 

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

Uses of TurretType in moagg.level.xml.object
 

Methods in moagg.level.xml.object that return TurretType
protected  TurretType TurretHandler.parseType(java.lang.String type)
           
 

Uses of TurretType in moagg.model.object.sprite
 

Methods in moagg.model.object.sprite that return TurretType
 TurretType Mortar.getType()
           
 TurretType Turret.getType()
           
 

Methods in moagg.model.object.sprite with parameters of type TurretType
 void Mortar.setType(TurretType type)
           
 void Turret.setType(TurretType type)
           
 

Uses of TurretType in moagg.types
 

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



Copyright © 2008. All Rights Reserved.