org.apache.pivot.charts.content
Class CategorySeries

java.lang.Object
  extended by org.apache.pivot.collections.HashMap<String,Object>
      extended by org.apache.pivot.charts.content.CategorySeries
All Implemented Interfaces:
Serializable, Iterable<String>, Collection<String>, Dictionary<String,Object>, Map<String,Object>

public class CategorySeries
extends HashMap<String,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.Map
Map.MapListenerList<K,V>
 
Nested classes/interfaces inherited from interface org.apache.pivot.collections.Dictionary
Dictionary.Pair<K,V>
 
Field Summary
static String NAME_KEY
           
 
Fields inherited from class org.apache.pivot.collections.HashMap
DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR
 
Constructor Summary
CategorySeries()
           
CategorySeries(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
 

Field Detail

NAME_KEY

public static final String NAME_KEY
See Also:
Constant Field Values
Constructor Detail

CategorySeries

public CategorySeries()

CategorySeries

public CategorySeries(String name)