Uses of Class
org.gjt.universe.GalaxyID

Packages that use GalaxyID
org.gjt.universe   
org.gjt.universe.gui   
 

Uses of GalaxyID in org.gjt.universe
 

Fields in org.gjt.universe declared as GalaxyID
private  GalaxyID SystemBase.GalaxyMember
           
(package private)  GalaxyID Location.galaxyid
           
static GalaxyID GalaxyUndefined.ID
           
private static GalaxyID GalaxyBase.currentID
           
private  GalaxyID GalaxyBase.ID
           
private  GalaxyID DisplayReturn.galaxy
           
 

Methods in org.gjt.universe that return GalaxyID
 GalaxyID VectorGalaxyID.get(int idx)
           
 GalaxyID SystemBase.getGalaxy()
          Returns the ID of the galaxy to which the system instance belongs
 GalaxyID Location.getGalaxy()
           
static GalaxyID GalaxyTest.newGalaxy()
           
static GalaxyID GalaxyList.getRandomGalaxyID()
          This method returns the ID of a star galaxy randomly selected from the list.
 GalaxyID GalaxyBase.getID()
          Return the ID
 GalaxyID DisplayReturn.getGalaxy()
           
 

Methods in org.gjt.universe with parameters of type GalaxyID
 void VectorGalaxyID.add(GalaxyID GID)
           
static GalaxyBase GalaxyList.get(GalaxyID idx)
           
static VectorDisplayReturn DisplayDebug.getGalaxy(GalaxyID GID)
           
 

Constructors in org.gjt.universe with parameters of type GalaxyID
SystemStd(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.StarMakeup sm)
          Designated constructor for instances of this class.
SystemStd(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.PlanetaryMakeup[] pms, SimpleAccrete.StarMakeup sm)
          Alternate constructor for instances of this class.
SystemGliese(GalaxyID GID, Coord coord, SimpleAccrete.StarMakeup sm)
          The designated constructor for instances of this class.
SystemBase(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.StarMakeup sm)
          Creates a new instance of this class, containing a single star and no planets.
Location(GalaxyID in_galaxy, Coord in_coord)
          Constructor that takes a Coord object.
DisplayReturn(java.lang.String in_str, GalaxyID in_galaxy)
           
 

Uses of GalaxyID in org.gjt.universe.gui
 

Fields in org.gjt.universe.gui declared as GalaxyID
private  GalaxyID DisplayMap.context
           
 

Methods in org.gjt.universe.gui that return GalaxyID
 GalaxyID DisplayMap.getContext()
           
 

Methods in org.gjt.universe.gui with parameters of type GalaxyID
private  void GUIDebugDialogJFC.run(GalaxyID GID)
           
(package private)  VectorScreenCoord DisplayMap.getWormholeLines(GalaxyID GID)
           
 

Constructors in org.gjt.universe.gui with parameters of type GalaxyID
GUIDebugDialogJFC(GalaxyID GID)
           
DisplayMap(GalaxyID galaxy, Coord cent)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.