com.nwoods.jgo
Class Point2D

java.lang.Object
  extended bycom.nwoods.jgo.Point2D
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Point2D.Double, Point2D.Float

public abstract class Point2D
extends java.lang.Object
implements java.lang.Cloneable


Nested Class Summary
static class Point2D.Double
           
static class Point2D.Float
           
 
Constructor Summary
protected Point2D()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
abstract  double getX()
           
abstract  double getY()
           
abstract  void setLocation(double x, double y)
           
 void setLocation(Point2D p)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point2D

protected Point2D()
Method Detail

getX

public abstract double getX()

getY

public abstract double getY()

setLocation

public abstract void setLocation(double x,
                                 double y)

setLocation

public void setLocation(Point2D p)

equals

public boolean equals(java.lang.Object obj)