java2dx by
jTEM

de.jtem.java2dx
Class Point2DDouble

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.geom.Point2D.Double
          extended by de.jtem.java2dx.Point2DDouble
All Implemented Interfaces:
Serializable, Cloneable

public class Point2DDouble
extends Point2D.Double

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
Point2DDouble()
           
Point2DDouble(double x, double y)
           
Point2DDouble(Point2D.Double p)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 void setX(double x)
           
 void setY(double y)
           
 String toString()
           
 
Methods inherited from class java.awt.geom.Point2D.Double
getX, getY, setLocation
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point2DDouble

public Point2DDouble()

Point2DDouble

public Point2DDouble(double x,
                     double y)

Point2DDouble

public Point2DDouble(Point2D.Double p)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Point2D

hashCode

public int hashCode()
Overrides:
hashCode in class Point2D

setX

public void setX(double x)

setY

public void setY(double y)

toString

public String toString()
Overrides:
toString in class Point2D.Double

java2dx by
jTEM

jTEM