Fairness.Graphing
Interface NamedXYSeries

All Superinterfaces:
edu.rit.numeric.Series, edu.rit.numeric.XYSeries
All Known Implementing Classes:
NamedListXYSeries

public interface NamedXYSeries
extends edu.rit.numeric.XYSeries

NamedXYSeries extends the XYSeries interface to denote a data series that has a name.


Method Summary
 java.lang.String getName()
           
 
Methods inherited from interface edu.rit.numeric.XYSeries
length, value, x, y
 

Method Detail

getName

java.lang.String getName()