org.gjt.universe
Class GalaxyTest

java.lang.Object
  |
  +--org.gjt.universe.DBItem
        |
        +--org.gjt.universe.GalaxyBase
              |
              +--org.gjt.universe.GalaxyTest
All Implemented Interfaces:
java.io.Serializable

class GalaxyTest
extends GalaxyBase

This class is used for testing...


Field Summary
 
Fields inherited from class org.gjt.universe.GalaxyBase
 
Constructor Summary
private GalaxyTest()
          Private constructor - called by newGalaxy()
 
Method Summary
static GalaxyID newGalaxy()
           
 VectorDisplayReturn specificDisplayDebug()
          Returns a display vector used for showing debug information.
 
Methods inherited from class org.gjt.universe.GalaxyBase
addSystem, generateSystems, getGalaxySystems, getID, getIndex, getName, getRandomSystem, getRandomSystemID, getRandomSystemIDs, hasGeneratedSystems, setName
 
Methods inherited from class org.gjt.universe.DBItem
getLocation, getOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalaxyTest

private GalaxyTest()
Private constructor - called by newGalaxy()

Method Detail

newGalaxy

public static GalaxyID newGalaxy()
                          throws SchemeUnknownException
SchemeUnknownException

specificDisplayDebug

public VectorDisplayReturn specificDisplayDebug()
Returns a display vector used for showing debug information.

Specified by:
specificDisplayDebug in class DBItem
Returns:
A display vector.


Copyright © 2001 Universe Dev Team All Rights Reserved.