| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Coord | |
| universe.client.database | |
| universe.client.gui | |
| universe.common.database | |
| universe.server.database | |
| Uses of Coord in universe.client.database | 
| Fields in universe.client.database declared as Coord | |
| private  Coord | SystemView.coord_location | 
| Methods in universe.client.database that return Coord | |
|  Coord | SystemView.getCoords()Returns the three-space coordinates of the system instance within the galaxy to which it belongs. | 
| static Coord | LocationConversion.getCoords(Location loc) | 
| Constructors in universe.client.database with parameters of type Coord | |
| SystemView(Index index,
           GalaxyID GID,
           java.lang.String name,
           Coord coord,
           java.util.Vector planets,
           SimpleAccrete.StarMakeup sm,
           java.util.Vector stars) | |
| Uses of Coord in universe.client.gui | 
| Fields in universe.client.gui declared as Coord | |
| private  Coord | DisplayMap.center | 
| private  Coord | DisplayMap.source | 
| Methods in universe.client.gui that return Coord | |
|  Coord | DisplayMap.getCenter() | 
|  Coord | DisplayMap.getSource() | 
| Methods in universe.client.gui with parameters of type Coord | |
|  void | MapComponent.setSource(Coord center) | 
|  void | Map3D.addMap(Index GID,
       Coord center)Adds a map over the context specified to the map list, centered on a specific Coord. | 
| (package private)  void | Map3D.showInfo(SystemID SID,
         Coord source) | 
| (package private)  void | InternalCoord.setCoord(Coord center,
         Coord c)Scale center to (0.0, 0.0, 0.0) | 
| (package private)  void | InternalCoord.setCoord(Coord center,
         Coord c)Scale center to (0.0, 0.0, 0.0) | 
|  void | DisplayMap.setCenter(Coord in_center) | 
|  void | DisplayMap.setSource(Coord in_source) | 
| (package private)  void | DisplayMap.setCrosshairIntCoord(Coord new_coord) | 
| Constructors in universe.client.gui with parameters of type Coord | |
| InternalCoord(Coord center,
              Coord c) | |
| InternalCoord(Coord center,
              Coord c) | |
| DisplayMap(GalaxyID galaxy,
           Coord cent) | |
| Uses of Coord in universe.common.database | 
| Fields in universe.common.database declared as Coord | |
|  Coord | Location.coord | 
| private static Coord | Coord.ourZero | 
| Methods in universe.common.database that return Coord | |
|  Coord | Coord.set(float in_x,
    float in_y,
    float in_z)This method sets the receiver's cartesian 3-space coordinates to the indicated values. | 
|  Coord | Coord.setX(float in_x)Changes the x component of the coordinate. | 
|  Coord | Coord.setY(float in_y)Changes the y component of the coordinate. | 
|  Coord | Coord.setZ(float in_z)Changes the z component of the coordinate. | 
|  Coord | Coord.randomCoordInRadius(float maxRadius)This method returns a new random coordinate up to the given radius from the receiver. | 
|  Coord | Coord.randomCoordInShell(float minRadius,
                   float maxRadius)This method returns a new random coordinate within the shell around the receiver defined by the two given radii. | 
|  Coord | Coord.randomCoordInSpheroid(Coord axes)This method returns a new random coordinate within the spheroid centered around the receiver and having axis lengths corresponding to the given coordinate. | 
| Methods in universe.common.database with parameters of type Coord | |
|  float | Coord.distance(Coord other)Computes and returns the distance between two coords. | 
|  boolean | Coord.isInRange(Coord other,
          float range)Checks whether this coord is within a certain range of another | 
|  Coord | Coord.randomCoordInSpheroid(Coord axes)This method returns a new random coordinate within the spheroid centered around the receiver and having axis lengths corresponding to the given coordinate. | 
| Constructors in universe.common.database with parameters of type Coord | |
| Location(Coord in_coord)Constructor that takes a Coord object. | |
| Location(GalaxyID in_galaxy,
         Coord in_coord)Constructor that takes a Coord object. | |
| Coord(Coord src)This constructor returns an exact copy of the supplied object. | |
| Uses of Coord in universe.server.database | 
| Fields in universe.server.database declared as Coord | |
| private  Coord | SystemBase.coord_location | 
| private  Coord | GalaxyStd.myCenter | 
| private  Coord | GalaxyStd.mySpan | 
|  Coord | GalaxyGlobular.GlobularCluster.center | 
|  Coord | GalaxyGlobular.GlobularCluster.span | 
| Methods in universe.server.database that return Coord | |
|  Coord | SystemBase.getCoords()Returns the three-space coordinates of the system instance within the galaxy to which it belongs. | 
|  Coord | GalaxyStd.getSpan()Returns the height, width, and depth of this galaxy. | 
|  Coord | GalaxyStd.getCenter()Returns the center point of the galaxy. | 
|  Coord | GalaxyStd.newSystemCoord()This method returns a random coordinate within the overall shape of the galaxy (as tested with containsCoord). | 
|  Coord | GalaxySpiral.newSystemCoord() | 
|  Coord | GalaxyGlobular.newSystemCoord()This method returns a coordinate for a new system. | 
|  Coord | GalaxyElliptical.newSystemCoord()This method has been overridden to return a new coordinate contained within the spheroid with the receiver's axial dimensions and center. | 
| Methods in universe.server.database with parameters of type Coord | |
|  boolean | GalaxyStd.containsCoord(Coord aCoord)This method returns true if the given coordinate is contained within the retricted hull of the receiving galaxy. | 
|  boolean | GalaxyElliptical.containsCoord(Coord aCoord)This method returns true if the given coordinate is contained within the hull of the receiving galaxy. | 
| Constructors in universe.server.database with parameters of type Coord | |
| 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. | |
| GalaxyGlobular.GlobularCluster(Coord in_center,
                               Coord in_span,
                               int in_capacity) | |
| GalaxyGlobular.GlobularCluster(Coord in_center,
                               Coord in_span,
                               int in_capacity) | |
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||