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

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

public class XYDataSeries
extends java.lang.Object


Field Summary
protected  boolean _beginAtOrigin
           
protected  java.awt.Color _color
           
protected  double _maxX
           
protected  double _maxY
           
protected  double _minX
           
protected  double _minY
           
protected  java.util.ArrayList _points
           
 
Constructor Summary
XYDataSeries(java.awt.Color color)
           
 
Method Summary
 void addPoint(XYDataPoint p)
           
 boolean getBeginAtOrigin()
           
 XYDataPoint[] getDataSeries()
           
 double getMaxX()
           
 double getMaxY()
           
 double getMinX()
           
 double getMinY()
           
 java.awt.Color getSeriesColour()
           
 void removeFirstPoint()
           
 void setBeginAtOrigin(boolean beginAtOrigin)
           
 void setData(java.util.ArrayList data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Constructor Detail

XYDataSeries

public XYDataSeries(java.awt.Color color)
Method Detail

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()