Class PersistentLayout.Point
java.lang.Object
edu.uci.ics.jung.visualization.layout.PersistentLayout.Point
- All Implemented Interfaces:
Serializable
- Enclosing interface:
PersistentLayout<V,
E>
a serializable class to save locations
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
Point
public Point(double x, double y) -
Point
-