Uses of Class
org.gjt.universe.GravityType

Packages that use GravityType
org.gjt.universe   
 

Uses of GravityType in org.gjt.universe
 

Subclasses of GravityType in org.gjt.universe
static class GravityType.HighGravityType
          This standard subclass is used to classify a surface gravity which is slightly heavier than that of Earth and which most beings would find oppressive.
static class GravityType.LowGravityType
          This standard subclass is used to classify a surface gravity which is much less than that of Earth, but still enough that objects won't simply fly of the surface.
static class GravityType.NormalGravityType
          This standard subclass is used to classify a surface gravity which is essentially the same as that of Earth.
static class GravityType.UltraHighGravityType
          This standard subclass is used to classify a surface gravity which is so heavy that most beings would be instantly crushed into paste by it.
static class GravityType.ZeroGravityType
          This standard subclass is used to classify a surface gravity which is so weak that it is eseentially non- existent (e.g.
 

Fields in org.gjt.universe declared as GravityType
private  GravityType PlanetType.myGravityType
           
static GravityType GravityType.ULTRA_HIGH
           
static GravityType GravityType.HIGH
           
static GravityType GravityType.NORMAL
           
static GravityType GravityType.LOW
           
static GravityType GravityType.ZERO
           
 

Methods in org.gjt.universe that return GravityType
 GravityType PlanetType.getGravityType()
          This method returns the classification of the planet's surface gravity.
static GravityType GravityType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
          This class method returns the gravity type instance which best matches the given planetary make-up.
 

Methods in org.gjt.universe with parameters of type GravityType
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 GravityType
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.