Package org.apache.pivot.charts.content
Class CategorySeries
- java.lang.Object
 - 
- org.apache.pivot.collections.HashMap<java.lang.String,java.lang.Object>
 - 
- org.apache.pivot.charts.content.CategorySeries
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,java.lang.Iterable<java.lang.String>,Collection<java.lang.String>,Dictionary<java.lang.String,java.lang.Object>,Map<java.lang.String,java.lang.Object>
public class CategorySeries extends HashMap<java.lang.String,java.lang.Object>
Represents series data for category chart views.- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.apache.pivot.collections.Dictionary
Dictionary.Pair<K,V> 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME_KEY- 
Fields inherited from class org.apache.pivot.collections.HashMap
DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CategorySeries()CategorySeries(java.lang.String name) 
- 
Method Summary
- 
Methods inherited from class org.apache.pivot.collections.HashMap
clear, containsKey, equals, get, getCapacity, getComparator, getCount, getMapListeners, hashCode, isEmpty, iterator, put, remove, setComparator, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.apache.pivot.collections.Dictionary
containsAny, copy, getBoolean, getBoolean, getColor, getFirst, getFont, getInt, getInt, getString, getString, putAll 
 - 
 
 - 
 
- 
- 
Field Detail
- 
NAME_KEY
public static final java.lang.String NAME_KEY
- See Also:
 - Constant Field Values
 
 
 - 
 
 -