pivot.charts.content
Class ValueSeries<T>

java.lang.Object
  extended by pivot.collections.ArrayList<T>
      extended by pivot.charts.content.ValueSeries<T>
All Implemented Interfaces:
Serializable, Iterable<T>, Collection<T>, List<T>, Sequence<T>

public class ValueSeries<T>
extends ArrayList<T>

Represents series data for value chart views.

Author:
gbrown
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface pivot.collections.List
List.ListListenerList<T>
 
Nested classes/interfaces inherited from interface pivot.collections.Sequence
Sequence.Search, Sequence.Sort, Sequence.Tree
 
Field Summary
 
Fields inherited from class pivot.collections.ArrayList
arrayList
 
Constructor Summary
ValueSeries()
           
ValueSeries(String name)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class pivot.collections.ArrayList
add, clear, get, getComparator, getLength, getListListeners, indexOf, insert, iterator, remove, remove, setComparator, toArray, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueSeries

public ValueSeries()

ValueSeries

public ValueSeries(String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)