org.gjt.universe
Class GravityType.NormalGravityType

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

public static class GravityType.NormalGravityType
extends GravityType

This standard subclass is used to classify a surface gravity which is essentially the same as that of Earth.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.gjt.universe.GravityType
GravityType.HighGravityType, GravityType.LowGravityType, GravityType.NormalGravityType, GravityType.UltraHighGravityType, GravityType.ZeroGravityType
 
Field Summary
 
Fields inherited from class org.gjt.universe.GravityType
HIGH, LOW, NORMAL, ULTRA_HIGH, ZERO
 
Fields inherited from class org.gjt.universe.Classification
 
Constructor Summary
GravityType.NormalGravityType()
           
 
Methods inherited from class org.gjt.universe.GravityType
instanceForMakeup
 
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

GravityType.NormalGravityType

public GravityType.NormalGravityType()


Copyright © 2001 Universe Dev Team All Rights Reserved.