triptracker.core
Class BaseCoord

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by triptracker.core.BaseCoord
All Implemented Interfaces:
Cloneable

public abstract class BaseCoord
extends Point2D


Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
 
Constructor Summary
BaseCoord()
          Default constructor.
BaseCoord(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setLocation(double x, double y)
           
 void setLocation(Point2D p)
           
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCoord

public BaseCoord()
Default constructor.


BaseCoord

public BaseCoord(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(Point2D p)
Overrides:
setLocation in class Point2D


Copyright © 2006 Team Trip Tracker. All Rights Reserved.