fr.esrf.tangoatk.widget.util.chart
Class DataList

java.lang.Object
  extended by fr.esrf.tangoatk.widget.util.chart.DataList
All Implemented Interfaces:
java.io.Serializable

public class DataList
extends java.lang.Object
implements java.io.Serializable

Class to handle plot data (LinkedList).

See Also:
Serialized Form

Field Summary
 DataList next
           
 double x
          x value
 double y
          y value
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x
x value


y

public double y
y value


next

public DataList next