Class DataObject

java.lang.Object
  extended by PlotObject
      extended by DataObject

public class DataObject
extends PlotObject


Constructor Summary
DataObject()
           
 
Method Summary
 double[] getData()
           
 void setData(double[] data)
           
 
Methods inherited from class PlotObject
getColor, getLineStyle, setColor, setLineStyle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObject

public DataObject()
Method Detail

getData

public double[] getData()
Returns:
the data

setData

public void setData(double[] data)
Parameters:
data - the data to set