Uses of Class
org.starhope.appius.game.AssetFormat

Packages that use AssetFormat
org.starhope.appius.game   
 

Uses of AssetFormat in org.starhope.appius.game
 

Methods in org.starhope.appius.game that return AssetFormat
static AssetFormat AssetFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AssetFormat[] AssetFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.starhope.appius.game with parameters of type AssetFormat
 String HasAssets.getAssetURL(String token, AssetFormat form, int sizeFactor)
          TODO: document this method (brpocock, Oct 13, 2009)