Package org.apache.pivot.charts.content
Class ValueSeries<T>
- java.lang.Object
-
- org.apache.pivot.collections.ArrayList<T>
-
- org.apache.pivot.charts.content.ValueSeries<T>
-
- Type Parameters:
T
- The type of value contained in this data.
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<T>
,Collection<T>
,List<T>
,Sequence<T>
- Direct Known Subclasses:
HistogramSeries
public class ValueSeries<T> extends ArrayList<T>
Represents series data for value chart views.Essentially just a list, but with a name that can be displayed in the chart.
- 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
Constructors Constructor Description ValueSeries()
ValueSeries(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
void
setName(java.lang.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
-
-