|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
org.gjt.universe | |
org.gjt.universe.attributes | |
org.gjt.universe.gui | |
org.gjt.universe.scheme001 | |
org.gjt.universe.tests |
Uses of Location in org.gjt.universe |
Fields in org.gjt.universe declared as Location | |
private Location |
ResultDetection.location
|
private Location |
ResultBattle.loc
|
private Location |
ResultArrival.location
|
private Location |
OrderMove.destination
|
private Location |
OrderMove.origin
|
private Location |
KnowledgeFleet.location
|
private Location |
FleetBase.location
|
Methods in org.gjt.universe that return Location | |
Location |
SystemBase.getLocation()
Returns the location (i.e. |
Location |
StationUndefined.getLocation()
|
abstract Location |
StationBase.getLocation()
Returns the location of this station. |
Location |
PlanetBase.getLocation()
|
Location |
OrderMove.getDestination()
|
Location |
ModuleBase.getLocation()
This method searches the database for the location of this module. |
Location |
KnowledgeFleet.getLocation()
This method returns the last known location of this fleet (at time of age.) This is not necessarily where the fleet is actually located. |
Location |
FleetBase.getLocation()
This method returns the current location of the fleet. |
Location |
DBItem.getLocation()
|
Methods in org.gjt.universe with parameters of type Location | |
static void |
ResultDetection.newResult(CivID AID,
FleetID FID,
Location loc)
|
static void |
ResultBattle.newResult(CivID AID,
Location loc,
java.util.Vector results)
Contructior for a new battle result instance. |
static void |
ResultArrival.newResult(CivID AID,
FleetID FID,
Location loc)
|
void |
OrderMove.setDestination(Location newValue)
|
float |
Location.distance(Location target)
|
void |
KnowledgeFleet.setLocation(Location in_location)
|
(package private) static KnowledgeID |
Knowledge.explore(CivID AID,
Location loc)
|
static FleetID |
FleetStd.newFleet(CivID AID,
Location loc)
|
void |
FleetBase.setLocation(Location newValue)
This method sets the current location of the fleet. |
boolean |
FleetBase.move(Location destination)
This method moves the fleet to the specified location. |
static java.lang.String |
DisplayUtil.LocationLine(Location location)
Prints out information about a Location. |
Constructors in org.gjt.universe with parameters of type Location | |
ResultDetection(FleetID FID,
Location loc)
|
|
ResultBattle(Location loc,
java.util.Vector results)
This internal method is used by the public constructor to record the location and results vector of the battle. |
|
ResultArrival(FleetID FID,
Location loc)
|
|
OrderMove(FleetID FID,
Location destination,
Location origin)
|
|
OrderMove(FleetID FID,
Location destination,
Location origin)
|
|
Location(Location loc)
|
|
FleetStd(CivID PID,
java.lang.String in_name,
Location loc)
Private constructor - called by new Fleet() Will announce the new instance via announceCreation(). |
|
FleetBase(CivID AID,
java.lang.String in_name,
Location loc)
This method is the designated constructor for instances of this class. |
Uses of Location in org.gjt.universe.attributes |
Methods in org.gjt.universe.attributes that return Location | |
abstract Location |
SpeedBase.move(Location current,
Location destination)
|
Methods in org.gjt.universe.attributes with parameters of type Location | |
abstract Location |
SpeedBase.move(Location current,
Location destination)
|
abstract Location |
SpeedBase.move(Location current,
Location destination)
|
Uses of Location in org.gjt.universe.gui |
Fields in org.gjt.universe.gui declared as Location | |
(package private) Location |
StationPoint.loc
|
private Location |
GUIMapJFC.target
|
(package private) Location |
FleetPoint.loc
|
(package private) Location |
FleetPoint.destination
|
Methods in org.gjt.universe.gui that return Location | |
Location |
GUIMapJFC.getTarget()
|
protected static Location |
GUIFleetMoveJFC.getGalacticLocation(Location loc)
Utility method, returns a Location of type Coord |
Methods in org.gjt.universe.gui with parameters of type Location | |
void |
GUIMapJFC.setTarget(Location new_targ)
|
protected static Location |
GUIFleetMoveJFC.getGalacticLocation(Location loc)
Utility method, returns a Location of type Coord |
Constructors in org.gjt.universe.gui with parameters of type Location | |
GUIMapJFC(Location loc)
Constructs a new GUIMapJFC showing a map of the specified Location in the first tab. |
Uses of Location in org.gjt.universe.scheme001 |
Methods in org.gjt.universe.scheme001 that return Location | |
Location |
Station_001.getLocation()
Returns the Location of this Station. |
Location |
Speed_001.move(Location current,
Location destination)
|
Methods in org.gjt.universe.scheme001 with parameters of type Location | |
Location |
Speed_001.move(Location current,
Location destination)
|
Location |
Speed_001.move(Location current,
Location destination)
|
(package private) static void |
SpaceBattle_001.performBattle(Location loc)
|
Uses of Location in org.gjt.universe.tests |
Fields in org.gjt.universe.tests declared as Location | |
Location |
LocationTest.testLocation
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |