Package org.jgraph.graph
Class AttributeMap.SerializablePoint2D
java.lang.Object
java.awt.geom.Point2D
java.awt.geom.Point2D.Double
org.jgraph.graph.AttributeMap.SerializablePoint2D
- All Implemented Interfaces:
Serializable
,Cloneable
- Enclosing class:
AttributeMap
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
-
Field Summary
Fields inherited from class java.awt.geom.Point2D.Double
x, y
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
SerializablePoint2D
public SerializablePoint2D() -
SerializablePoint2D
public SerializablePoint2D(double x, double y)
-
-
Method Details
-
setX
public void setX(double x) -
setY
public void setY(double y)
-