Fairness.Graphing
Class NamedListXYSeries

java.lang.Object
  extended by edu.rit.numeric.ListXYSeries
      extended by Fairness.Graphing.NamedListXYSeries
All Implemented Interfaces:
edu.rit.numeric.Series, edu.rit.numeric.XYSeries, NamedXYSeries, java.io.Serializable

public class NamedListXYSeries
extends edu.rit.numeric.ListXYSeries
implements NamedXYSeries

NamedListXYSeries extends a ListXYSeries to have a name.

See Also:
Serialized Form

Constructor Summary
NamedListXYSeries(java.lang.String name)
          Constructs a new NamedListXYSeries with the given name.
 
Method Summary
 java.lang.String getName()
          Returns the name given to this NamedListXYSeries
 
Methods inherited from class edu.rit.numeric.ListXYSeries
add, clear, length, value, x, y
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.rit.numeric.XYSeries
length, value, x, y
 

Constructor Detail

NamedListXYSeries

public NamedListXYSeries(java.lang.String name)
Constructs a new NamedListXYSeries with the given name.

Method Detail

getName

public java.lang.String getName()
Returns the name given to this NamedListXYSeries

Specified by:
getName in interface NamedXYSeries