adams.ml
Class BaseData.Point

java.lang.Object
  extended by adams.ml.BaseData.Point
Enclosing class:
BaseData

public static class BaseData.Point
extends Object


Field Summary
protected  double xpos
           
protected  double ypos
           
 
Constructor Summary
BaseData.Point(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xpos

protected double xpos

ypos

protected double ypos
Constructor Detail

BaseData.Point

public BaseData.Point(double x,
                      double y)
Method Detail

getX

public double getX()

getY

public double getY()


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.