Uses of Class
org.gjt.universe.SurfacePressureType

Packages that use SurfacePressureType
org.gjt.universe   
 

Uses of SurfacePressureType in org.gjt.universe
 

Subclasses of SurfacePressureType in org.gjt.universe
static class SurfacePressureType.HighSurfacePressureType
          This standard subclass is used to represent planets which have a surface pressure slightly higher than Earth-normal.
static class SurfacePressureType.LowSurfacePressureType
          This standard subclass is used to represent planets which have a surface pressure slightly higher than Earth-normal.
static class SurfacePressureType.NoneSurfacePressureType
          This standard subclass is used to represent planets which have such a low surface pressure that they essentially have no atmosphere at all.
static class SurfacePressureType.NormalSurfacePressureType
          This standard subclass is used to represent planets which have surface pressure much like that of Earth.
static class SurfacePressureType.UltraHighSurfacePressureType
          This standard subclass is used to represent planets which have a surface pressure significantly higher than Earth-normal.
static class SurfacePressureType.UltraLowSurfacePressureType
          This standard subclass is used to represent planets which have a surface pressure significantly lower than Earth-normal.
 

Fields in org.gjt.universe declared as SurfacePressureType
static SurfacePressureType SurfacePressureType.NORMAL
           
static SurfacePressureType SurfacePressureType.LOW
           
static SurfacePressureType SurfacePressureType.ULTRA_LOW
           
static SurfacePressureType SurfacePressureType.HIGH
           
static SurfacePressureType SurfacePressureType.ULTRA_HIGH
           
static SurfacePressureType SurfacePressureType.NONE
           
private  SurfacePressureType AtmosphereType.mySurfacePressureType
           
 

Methods in org.gjt.universe that return SurfacePressureType
static SurfacePressureType SurfacePressureType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
          This class method returns the surface pressure type instance which best matches the given planetary make-up.
 SurfacePressureType AtmosphereType.getSurfacePressureType()
          This method returns the classification of the atmospheric surface pressure.
 

Methods in org.gjt.universe with parameters of type SurfacePressureType
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.
private static java.lang.String AtmosphereType.compositeName(SurfacePressureType aSurfacePressureType, WeatherType aWeatherType, AtmosphereCompositionType aCompositionType)
          This method returns the briefest possible name describing the particular collection of sub-classifications.
 

Constructors in org.gjt.universe with parameters of type SurfacePressureType
AtmosphereType(java.lang.String aName, java.lang.String aBackStory, SurfacePressureType aSurfacePressureType, WeatherType aWeatherType, AtmosphereCompositionType aCompositionType)
          This constructor is used to construct instances of this class.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.