Class PersistentLayout.Point

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    PersistentLayout<V,​E>

    public static class PersistentLayout.Point
    extends java.lang.Object
    implements java.io.Serializable
    a serializable class to save locations
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double x  
      double y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Point​(double x, double y)  
      Point​(java.awt.geom.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

      • Point

        public Point​(double x,
                     double y)
      • Point

        public Point​(java.awt.geom.Point2D p)