edu.uci.ics.jung.visualization.layout
Class PersistentLayout.Point
java.lang.Object
edu.uci.ics.jung.visualization.layout.PersistentLayout.Point
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- PersistentLayout<V,E>
public static class PersistentLayout.Point
- extends Object
- implements Serializable
a serializable class to save locations
- See Also:
- Serialized Form
Field Summary |
double |
x
|
double |
y
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public double x
y
public double y
PersistentLayout.Point
public PersistentLayout.Point(double x,
double y)
PersistentLayout.Point
public PersistentLayout.Point(Point2D p)
Copyright © 2009. All Rights Reserved.