|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemperatureType | |
org.gjt.universe |
Uses of TemperatureType in org.gjt.universe |
Subclasses of TemperatureType in org.gjt.universe | |
static class |
TemperatureType.CoolTemperatureType
This standard subclass is used to represent planets which have temperature ranges slightly colder than those of Earth. |
static class |
TemperatureType.ExtremeTemperatureType
This standard subclass is used to represent planets which have temperature ranges entirely above the boiling point of water on Earth. |
static class |
TemperatureType.GlacialTemperatureType
This standard subclass is used to represent planets which have temperature ranges entirely below the freezing point of water on Earth. |
static class |
TemperatureType.HotTemperatureType
This standard subclass is used to represent planets which have temperature ranges slightly warmer than those of Earth. |
static class |
TemperatureType.InfernalTemperatureType
This standard subclass is used to represent planets which have temperature ranges entirely above the boiling point of water on Earth. |
static class |
TemperatureType.NormalTemperatureType
This standard subclass is used to represent planets which have temperature ranges which are much like those of Earth. |
Fields in org.gjt.universe declared as TemperatureType | |
static TemperatureType |
TemperatureType.NORMAL
|
static TemperatureType |
TemperatureType.COOL
|
static TemperatureType |
TemperatureType.GLACIAL
|
static TemperatureType |
TemperatureType.HOT
|
static TemperatureType |
TemperatureType.INFERNO
|
static TemperatureType |
TemperatureType.EXTREME
|
private TemperatureType |
PlanetType.myTemperatureType
|
Methods in org.gjt.universe that return TemperatureType | |
static TemperatureType |
TemperatureType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
This class method returns the temperature type instance which best matches the given planetary make-up. |
TemperatureType |
PlanetType.getTemperatureType()
This method returns the classification of the planet's surface temperature. |
Methods in org.gjt.universe with parameters of type TemperatureType | |
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 TemperatureType | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |