Uses of Class
org.gjt.universe.TerrainType

Packages that use TerrainType
org.gjt.universe   
 

Uses of TerrainType in org.gjt.universe
 

Subclasses of TerrainType in org.gjt.universe
static class TerrainType.DesertTerrainType
          This standard subclass is used to represent a planet covered in a vast desert (e.g.
static class TerrainType.GasGiantTerrainType
          This standard subclass is used as the catch-all for those terrains whose make-up falls outside the character of all other terrain types.
static class TerrainType.IceboundOceanTerrainType
          This standard subclass is used to represent a planet completely covered in an ocean encased beneath a layer of ice (e.g.
static class TerrainType.IceTerrainType
          This standard subclass is used to represent a planet completely covered by a layer of ice (e.g.
static class TerrainType.MixedTerrainType
          This standard subclass is used to represent a planet containing a mix of various land and ocean terrain (e.g.
static class TerrainType.OceanTerrainType
          This standard subclass is used to represent a planet almost completely covered by an ocean.
static class TerrainType.RockTerrainType
          This standard subclass is used to represent a barren rocky planet (e.g.
 

Fields in org.gjt.universe declared as TerrainType
static TerrainType TerrainType.MIXED
           
static TerrainType TerrainType.GAS_GIANT
           
static TerrainType TerrainType.ROCK
           
static TerrainType TerrainType.DESERT
           
static TerrainType TerrainType.ICE
           
static TerrainType TerrainType.OCEAN
           
static TerrainType TerrainType.ICEBOUND_OCEAN
           
private  TerrainType PlanetType.myTerrainType
           
 

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

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