Uses of Class
org.gjt.universe.GalaxyType

Packages that use GalaxyType
org.gjt.universe   
 

Uses of GalaxyType in org.gjt.universe
 

Fields in org.gjt.universe declared as GalaxyType
private  GalaxyType[] GameScale.myGalaxyTypes
           
private static GalaxyType[] GameScale.SMALL_GALAXY_TYPES
           
private static GalaxyType[] GameScale.MEDIUM_GALAXY_TYPES
           
private static GalaxyType[] GameScale.LARGE_GALAXY_TYPES
           
private static GalaxyType[] GameScale.HUGE_GALAXY_TYPES
           
private static GalaxyType[] GameScale.GLIESE_GALAXY_TYPES
           
private static GalaxyType[] GameScale.INTERGALACTIC_GALAXY_TYPES
           
static GalaxyType GalaxyType.STD
           
static GalaxyType GalaxyType.GLOBULAR
           
static GalaxyType GalaxyType.SPIRAL
           
static GalaxyType GalaxyType.ELLIPTICAL
           
static GalaxyType GalaxyType.GLIESE
           
static GalaxyType[] GalaxyType.USUAL_RANDOM_TYPES
           
static GalaxyType[] GalaxyType.UNIQUE_TYPES
           
 

Methods in org.gjt.universe that return GalaxyType
 GalaxyType[] GameScale.getGalaxyTypes()
          This method returns the array of galaxy types that may be generated by this game scale.
static GalaxyType GalaxyType.FindByKey(java.lang.String aKey)
          This class method returns the GalaxyType which is stored under the given key, or null if no such object exists.
 

Methods in org.gjt.universe with parameters of type GalaxyType
 void GameScale.setGalaxyTypes(GalaxyType[] newValue)
          This method sets the array of galaxy types that may be generated by this game scale.
 

Constructors in org.gjt.universe with parameters of type GalaxyType
GameScale(java.lang.String key, int minGalaxyCount, int maxGalaxyCount, float minDiameter, float maxDiameter, float minDensity, float maxDensity, GalaxyType[] GalaxyTypes)
          This constructor is used to construct instances whose galaxy count, diameter, and possible galaxy type ranges need to be explicitly specified as arguments.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.