pivot.charts.content
Class CategorySeries

java.lang.Object
  extended by pivot.collections.HashMap<String,Object>
      extended by 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.

Author:
gbrown
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface pivot.collections.Map
Map.MapListenerList<K,V>
 
Field Summary
static String NAME_KEY
           
 
Fields inherited from class pivot.collections.HashMap
hashMap
 
Constructor Summary
CategorySeries()
           
CategorySeries(String name)
           
 
Method Summary
 
Methods inherited from class pivot.collections.HashMap
clear, containsKey, get, getComparator, getMapListeners, isEmpty, iterator, put, remove, setComparator, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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)