org.apache.pivot.charts.content
Class ValueSeries<T>

java.lang.Object
  extended by org.apache.pivot.collections.ArrayList<T>
      extended by org.apache.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.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.collections.List
List.ItemIterator<T>, List.ListListenerList<T>
 
Nested classes/interfaces inherited from interface org.apache.pivot.collections.Sequence
Sequence.Tree<T>
 
Field Summary
 
Fields inherited from class org.apache.pivot.collections.ArrayList
DEFAULT_CAPACITY
 
Constructor Summary
ValueSeries()
           
ValueSeries(String name)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class org.apache.pivot.collections.ArrayList
add, binarySearch, binarySearch, clear, ensureCapacity, equals, get, getCapacity, getComparator, getLength, getListListeners, hashCode, indexOf, insert, isEmpty, iterator, remove, remove, setComparator, sort, sort, sort, toArray, toArray, toString, trimToSize, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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)