com.nwoods.jgo
Class Point2D.Double

java.lang.Object
  extended bycom.nwoods.jgo.Point2D
      extended bycom.nwoods.jgo.Point2D.Double
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
Point2D

public static class Point2D.Double
extends Point2D


Nested Class Summary
 
Nested classes inherited from class com.nwoods.jgo.Point2D
Point2D.Double, Point2D.Float
 
Field Summary
 double x
           
 double y
           
 
Constructor Summary
Point2D.Double()
           
Point2D.Double(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setLocation(double x, double y)
           
 void setLocation(float x, float y)
           
 java.lang.String toString()
           
 
Methods inherited from class com.nwoods.jgo.Point2D
equals, setLocation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

Point2D.Double

public Point2D.Double()

Point2D.Double

public Point2D.Double(double x,
                      double y)
Method Detail

getX

public double getX()
Specified by:
getX in class Point2D

getY

public double getY()
Specified by:
getY in class Point2D

setLocation

public void setLocation(double x,
                        double y)
Specified by:
setLocation in class Point2D

setLocation

public void setLocation(float x,
                        float y)

toString

public java.lang.String toString()