Uses of Class
org.gjt.universe.AtmosphereType

Packages that use AtmosphereType
org.gjt.universe   
 

Uses of AtmosphereType in org.gjt.universe
 

Subclasses of AtmosphereType in org.gjt.universe
static class AtmosphereType.NoneAtmosphereType
          This standard subclass is used to represent non-existent atmospheres (i.e.
static class AtmosphereType.NormalAtmosphereType
          This standard subclass is used to represent atmospheres which are much like that of Earth.
 

Fields in org.gjt.universe declared as AtmosphereType
private  AtmosphereType PlanetType.myAtmosphereType
           
static AtmosphereType AtmosphereType.NORMAL
           
static AtmosphereType AtmosphereType.NONE
           
 

Methods in org.gjt.universe that return AtmosphereType
 AtmosphereType PlanetType.getAtmosphereType()
          This method returns the classification of the planet's atmosphere.
static AtmosphereType AtmosphereType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
          This class method returns the planet type instance which best matches the given planetary make-up.
static AtmosphereType AtmosphereType.sharedInstance(SurfacePressureType aSurfacePressureType, WeatherType aWeatherType, AtmosphereCompositionType aCompositionType)
          This method returns the shared instance which matches the given set of subclassifications, creating the new instance if necessary.
 

Methods in org.gjt.universe with parameters of type AtmosphereType
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.
private static java.lang.String PlanetType.compositeName(GravityType aGravityType, AtmosphereType aAtmosphereType, TemperatureType aTemperatureType, TerrainType aTerrainType)
          This method returns the briefest possible name describing the particular collection of sub-classifications.
 

Constructors in org.gjt.universe with parameters of type AtmosphereType
PlanetType(java.lang.String aName, java.lang.String aBackStory, GravityType aGravityType, AtmosphereType aAtmosphereType, TemperatureType aTemperatureType, TerrainType aTerrainType)
          This constructor is used to construct instances of this class.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.