Uses of Class
universe.common.database.Location

Packages that use Location
universe.client.database   
universe.client.gui   
universe.common.database   
 

Uses of Location in universe.client.database
 

Fields in universe.client.database declared as Location
private  Location FleetView.location
           
 

Methods in universe.client.database that return Location
 Location SystemView.getLocation()
           
 Location StationView.getLocation()
           
 Location FleetView.getLocation()
           
 

Methods in universe.client.database with parameters of type Location
static PlanetID LocationConversion.getPlanet(Location loc)
           
static SystemID LocationConversion.getSystem(Location loc)
           
static GalaxyID LocationConversion.getGalaxy(Location loc)
           
static StationID LocationConversion.getStation(Location loc)
           
static Index LocationConversion.getContext(Location loc)
           
static Coord LocationConversion.getCoords(Location loc)
           
static java.lang.String LocationConversion.toString(Location loc)
           
 

Constructors in universe.client.database with parameters of type Location
FleetView(Index index, java.lang.String name, Location loc, CivID owner)
           
 

Uses of Location in universe.client.gui
 

Fields in universe.client.gui declared as Location
(package private)  Location StationPoint.loc
           
private  Location Map3D.target
           
(package private)  Location FleetPoint.loc
           
(package private)  Location FleetPoint.destination
           
 

Methods in universe.client.gui that return Location
 Location Map3D.getTarget()
           
 

Methods in universe.client.gui with parameters of type Location
 void Map3D.setTarget(Location new_targ)
           
 

Constructors in universe.client.gui with parameters of type Location
Map3D(Location loc)
          Constructs a new GUIMapJFC showing a map of the specified Location in the first tab.
 

Uses of Location in universe.common.database
 

Constructors in universe.common.database with parameters of type Location
Location(Location loc)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.