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:
  • Field Details

    • x

      public double x
    • y

      public double y
  • Constructor Details

    • Point

      public Point(double x, double y)
    • Point

      public Point(Point2D p)