Uses of Class
edu.uci.ics.jung.visualization.Coordinates

Packages that use Coordinates
edu.uci.ics.jung.visualization   
 

Uses of Coordinates in edu.uci.ics.jung.visualization
 

Methods in edu.uci.ics.jung.visualization that return Coordinates
 Coordinates Coordinates.midpoint(Coordinates o)
          Computes the midpoint between the two coordinates
 Coordinates AbstractLayout.getCoordinates(Vertex v)
          Returns the Coordinates object that stores the vertex' x and y location.
 

Methods in edu.uci.ics.jung.visualization with parameters of type Coordinates
 double Coordinates.distance(Coordinates o)
          Computes the euclidean distance between two coordinates
 Coordinates Coordinates.midpoint(Coordinates o)
          Computes the midpoint between the two coordinates
 

Constructors in edu.uci.ics.jung.visualization with parameters of type Coordinates
Coordinates(Coordinates coordinates)
          Initializes this coordinate to the value of the passed-in coordinate.