Uses of Class
org.gjt.universe.PlanetType

Packages that use PlanetType
org.gjt.universe   
 

Uses of PlanetType in org.gjt.universe
 

Fields in org.gjt.universe declared as PlanetType
private  PlanetType PlanetBase.planetType
           
 

Methods in org.gjt.universe that return PlanetType
static PlanetType PlanetType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
          This class method returns the planet type instance which best matches the given planetary make-up.
static PlanetType PlanetType.sharedInstance(GravityType aGravityType, AtmosphereType aAtmosphereType, TemperatureType aTemperatureType, TerrainType aTerrainType)
          This method returns the shared instance which matches the given set of subclassifications, creating the new instance if necessary.
 PlanetType PlanetBase.getPlanetType()
          This method returns an object representing the general classification of the planet based on its make-up.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.