org.gjt.universe
Class GravityType.LowGravityType

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

public static class GravityType.LowGravityType
extends GravityType

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.

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.LowGravityType()
           
 
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.LowGravityType

public GravityType.LowGravityType()


Copyright © 2001 Universe Dev Team All Rights Reserved.