Uses of Class
universe.common.database.GalaxyID

Packages that use GalaxyID
universe.client.database   
universe.client.gui   
universe.common.database   
universe.server.database   
 

Uses of GalaxyID in universe.client.database
 

Fields in universe.client.database declared as GalaxyID
private  GalaxyID SystemView.GID
           
 

Methods in universe.client.database that return GalaxyID
 GalaxyID SystemView.getGalaxyID()
           
static GalaxyID LocationConversion.getGalaxy(Location loc)
           
 

Constructors in universe.client.database with parameters of type GalaxyID
SystemView(Index index, GalaxyID GID, java.lang.String name, Coord coord, java.util.Vector planets, SimpleAccrete.StarMakeup sm, java.util.Vector stars)
           
 

Uses of GalaxyID in universe.client.gui
 

Fields in universe.client.gui declared as GalaxyID
private  GalaxyID DisplayMap.context
           
 

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

Methods in universe.client.gui with parameters of type GalaxyID
(package private)  java.util.Vector DisplayMap.getWormholeLines(GalaxyID GID)
           
 

Constructors in universe.client.gui with parameters of type GalaxyID
DisplayMap(GalaxyID galaxy, Coord cent)
           
 

Uses of GalaxyID in universe.common.database
 

Fields in universe.common.database declared as GalaxyID
 GalaxyID Location.galaxyid
           
 

Constructors in universe.common.database with parameters of type GalaxyID
Location(GalaxyID in_galaxy, Coord in_coord)
          Constructor that takes a Coord object.
 

Uses of GalaxyID in universe.server.database
 

Fields in universe.server.database declared as GalaxyID
private  GalaxyID SystemBase.GalaxyMember
           
private static GalaxyID GalaxyBase.currentID
           
private  GalaxyID GalaxyBase.ID
           
 

Methods in universe.server.database that return GalaxyID
 GalaxyID SystemBase.getGalaxy()
          Returns the ID of the galaxy to which the system instance belongs
static GalaxyID GalaxyTest.newGalaxy()
           
 GalaxyID GalaxyBase.getID()
          Return the ID
 

Constructors in universe.server.database 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.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.