public abstract class ChartPropertiesMap extends DefaultChartProperties
| Constructor and Description |
|---|
ChartPropertiesMap() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearAllProperties()
Clear chart properties in all of category.
|
protected ChartProperties |
createProperties(java.lang.Object key,
ChartProperties defProps)
Create the chart properties in the specified category.
|
protected java.util.Collection<java.lang.Object> |
getKeys()
Returns the keys of the propertyMap.
|
protected ChartProperties |
getProperties(java.lang.Object key)
Returns the chart properties in the specified category.
|
protected void |
removeProperties(java.lang.Object key)
Remove the chart properties in the specified category.
|
int |
size()
Return the count of properties.
|
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListenerprotected ChartProperties createProperties(java.lang.Object key, ChartProperties defProps)
key - defProps - protected ChartProperties getProperties(java.lang.Object key)
key - protected void removeProperties(java.lang.Object key)
key - protected java.util.Collection<java.lang.Object> getKeys()
public int size()
protected void clearAllProperties()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.