org.jboss.dtf.testframework.dtfweb.performance
Class XYDataPoint

java.lang.Object
  extended by org.jboss.dtf.testframework.dtfweb.performance.XYDataPoint

public final class XYDataPoint
extends java.lang.Object


Field Summary
protected  double _x
           
protected  double _y
           
 
Constructor Summary
XYDataPoint(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setLocation(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_x

protected double _x

_y

protected double _y
Constructor Detail

XYDataPoint

public XYDataPoint(double x,
                   double y)
Method Detail

getX

public double getX()

getY

public double getY()

setLocation

public void setLocation(double x,
                        double y)