JGraph
v3.3


org.jgraph.graph
Class GraphConstants.SerializablePoint2D

java.lang.Object
  |
  +--java.awt.geom.Point2D
        |
        +--java.awt.geom.Point2D.Double
              |
              +--org.jgraph.graph.GraphConstants.SerializablePoint2D
All Implemented Interfaces:
Cloneable, Serializable
Enclosing class:
GraphConstants

public static class GraphConstants.SerializablePoint2D
extends Point2D.Double
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.geom.Point2D.Double
x, y
 
Constructor Summary
GraphConstants.SerializablePoint2D()
           
GraphConstants.SerializablePoint2D(double x, 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

GraphConstants.SerializablePoint2D

public GraphConstants.SerializablePoint2D()

GraphConstants.SerializablePoint2D

public GraphConstants.SerializablePoint2D(double x,
                                          double y)

JGraph
v3.3


Copyright (C) 2001-2004 JGraph.org. All rights reserved.