|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties org.zkoss.zkmax.zul.fusionchart.config.ChartPropertiesMap
public abstract class ChartPropertiesMap
A properties with a addition properties map. Just like folder is a file but also contains files , propertiesMap is a properties , but it's also a map of ChartProperites.
Constructor Summary | |
---|---|
ChartPropertiesMap()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.DefaultChartProperties |
---|
addAllProperties, addChartDataListener, addProperty, addPropertyListener, clear, fireEvent, fireEvent, getAllProperties, getProperty, removeChartDataListener, removeProperty, removePropertyListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartPropertiesMap()
Method Detail |
---|
protected 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |