Uses of Class
moagg.types.CrateType

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

Uses of CrateType in moagg.artwork.object
 

Methods in moagg.artwork.object with parameters of type CrateType
 int CrateImageFactory.getCrateHeight(CrateType crateType)
           
 int CrateImageFactory.getCrateWidth(CrateType crateType)
           
 java.awt.image.BufferedImage CrateImageFactory.getImage(CrateType crateType)
           
 

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

Methods in moagg.level.xml.data.object that return CrateType
 CrateType CrateData.getType()
           
 

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

Uses of CrateType in moagg.level.xml.object
 

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

Uses of CrateType in moagg.model.object.sprite
 

Methods in moagg.model.object.sprite that return CrateType
 CrateType Crate.getType()
           
 

Methods in moagg.model.object.sprite with parameters of type CrateType
 void Crate.setType(CrateType type)
           
 

Uses of CrateType in moagg.types
 

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



Copyright © 2008. All Rights Reserved.