edu.uci.ics.jung.visualization.layout
Class PersistentLayout.Point

java.lang.Object
  extended by 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
           
 
Constructor Summary
PersistentLayout.Point(double x, double y)
           
PersistentLayout.Point(Point2D p)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

PersistentLayout.Point

public PersistentLayout.Point(double x,
                              double y)

PersistentLayout.Point

public PersistentLayout.Point(Point2D p)


Copyright © 2009. All Rights Reserved.