unbbayes.util
Class SerializablePoint2D

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.geom.Point2D.Double
          extended by unbbayes.util.SerializablePoint2D
All Implemented Interfaces:
Serializable, Cloneable

public class SerializablePoint2D
extends Point2D.Double
implements Serializable

See Also:
Serialized Form

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
SerializablePoint2D()
           
SerializablePoint2D(double x, double y)
           
 
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
 
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)


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.