Uses of Class
com.jrefinery.data.XYDataPair

Packages that use XYDataPair
com.jrefinery.data Data interfaces and classes. 
 

Uses of XYDataPair in com.jrefinery.data
 

Methods in com.jrefinery.data that return XYDataPair
 XYDataPair XYSeries.getDataPair(int index)
          Return the data pair with the specified index.
 

Methods in com.jrefinery.data with parameters of type XYDataPair
 void XYSeries.add(XYDataPair pair)
          Adds a data item to the series.