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

Packages that use Coordinates
edu.uci.ics.jung.visualization Provides a visualization mechanism for drawing and rendering Graphs. 
edu.uci.ics.jung.visualization.contrib These are additional layouts contributed by various users. 
 

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

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

Methods in edu.uci.ics.jung.visualization with parameters of type Coordinates
 double Coordinates.distance(Coordinates o)
          Computes the euclidean distance between two coordinates
protected  void AbstractLayout.initializeLocation(Vertex v, Coordinates coord, Dimension d)
          Sets random locations for a vertex within the dimensions of the space.
protected  void PersistentLayoutImpl.initializeLocation(Vertex v, Coordinates coord, Dimension d)
          Sets persisted location for a vertex within the dimensions of the space.
 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.
 

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

Methods in edu.uci.ics.jung.visualization.contrib with parameters of type Coordinates
protected  void DAGLayout.initializeLocation(Vertex v, Coordinates coord, Dimension d)
          Sets random locations for a vertex within the dimensions of the space.