Uses of Class
org.gjt.universe.VectorFleetID

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

Uses of VectorFleetID in org.gjt.universe
 

Fields in org.gjt.universe declared as VectorFleetID
private  VectorFleetID SystemBase.fleetsInOrbit
           
private  VectorFleetID PlanetBase.fleetsInOrbit
           
 

Methods in org.gjt.universe that return VectorFleetID
 VectorFleetID SystemBase.getFleetsInOrbit()
          This method returns the IDs of all fleets currently directly orbiting the star system.
 VectorFleetID SystemBase.getFleetsPresent()
          This method returns the IDs of all fleets currently present in the star system, regardless of the individual body within the star system which the fleet is directly orbiting.
 VectorFleetID StationBase.getDockedFleets()
          Returns the fleets that are docked at this station.
 VectorFleetID PlanetBase.getFleetsInOrbit()
          This method returns the IDs of all fleets currently in orbit around the planet.
 VectorFleetID Civ.getOwnedFleets()
          Returns all fleets owned by the civ.
 VectorFleetID Civ.getAllFleets()
          Returns all known fleets by the civ.
 VectorFleetID Civ.getAllFleets(int age)
          Returns all known Fleets by the civ.
 

Methods in org.gjt.universe with parameters of type VectorFleetID
 void VectorFleetID.append(VectorFleetID otherVector)
          This method appends the IDs present in the the given other vector to those present in the receiving vector.
 

Uses of VectorFleetID in org.gjt.universe.gui
 

Constructors in org.gjt.universe.gui with parameters of type VectorFleetID
FleetGroupDiagramPanel(VectorFleetID fleetIDs)
          Designated constructor.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.