List of usage examples for java.awt.geom Point2D.Double toString
public String toString()
Source Link
From source file:Navigation.Vertex.java
public Vertex(Point2D.Double p) { name = p.toString(); myPoint = p; }