org.gjt.universe
Class AtmosphereType.NoneAtmosphereType

java.lang.Object
  |
  +--org.gjt.universe.Classification
        |
        +--org.gjt.universe.AtmosphereType
              |
              +--org.gjt.universe.AtmosphereType.NoneAtmosphereType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AtmosphereType

public static class AtmosphereType.NoneAtmosphereType
extends AtmosphereType

This standard subclass is used to represent non-existent atmospheres (i.e. airless worlds).

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.gjt.universe.AtmosphereType
AtmosphereType.NoneAtmosphereType, AtmosphereType.NormalAtmosphereType
 
Field Summary
 
Fields inherited from class org.gjt.universe.AtmosphereType
NONE, NORMAL
 
Fields inherited from class org.gjt.universe.Classification
 
Constructor Summary
AtmosphereType.NoneAtmosphereType()
           
 
Methods inherited from class org.gjt.universe.AtmosphereType
getAtmosphereCompositionType, getColor, getSurfacePressureType, getWeatherType, instanceForMakeup, sharedInstance
 
Methods inherited from class org.gjt.universe.Classification
getBackStory, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereType.NoneAtmosphereType

public AtmosphereType.NoneAtmosphereType()


Copyright © 2001 Universe Dev Team All Rights Reserved.