Class AttributeMap.SerializablePoint2D

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    AttributeMap

    public static class AttributeMap.SerializablePoint2D
    extends java.awt.geom.Point2D.Double
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.awt.geom.Point2D

        java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
    • Field Summary

      • Fields inherited from class java.awt.geom.Point2D.Double

        x, y
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setX​(double x)  
      void setY​(double y)  
      • Methods inherited from class java.awt.geom.Point2D.Double

        getX, getY, setLocation, toString
      • Methods inherited from class java.awt.geom.Point2D

        clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SerializablePoint2D

        public SerializablePoint2D()
      • SerializablePoint2D

        public SerializablePoint2D​(double x,
                                   double y)
    • Method Detail

      • setX

        public void setX​(double x)
      • setY

        public void setY​(double y)