org.jboss.dtf.testframework.dtfweb.performance
Class XYDataSeries
java.lang.Object
org.jboss.dtf.testframework.dtfweb.performance.XYDataSeries
public class XYDataSeries
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_points
protected java.util.ArrayList _points
_color
protected java.awt.Color _color
_beginAtOrigin
protected boolean _beginAtOrigin
_minX
protected double _minX
_minY
protected double _minY
_maxX
protected double _maxX
_maxY
protected double _maxY
XYDataSeries
public XYDataSeries(java.awt.Color color)
setData
public void setData(java.util.ArrayList data)
setBeginAtOrigin
public void setBeginAtOrigin(boolean beginAtOrigin)
getSeriesColour
public java.awt.Color getSeriesColour()
getBeginAtOrigin
public boolean getBeginAtOrigin()
removeFirstPoint
public void removeFirstPoint()
addPoint
public void addPoint(XYDataPoint p)
getMinX
public double getMinX()
getMaxX
public double getMaxX()
getMinY
public double getMinY()
getMaxY
public double getMaxY()
getDataSeries
public XYDataPoint[] getDataSeries()