Uses of Class
org.zkoss.chart.util.OptionsMap
-
Packages that use OptionsMap Package Description org.zkoss.chart.util -
-
Uses of OptionsMap in org.zkoss.chart.util
Methods in org.zkoss.chart.util that return OptionsMap Modifier and Type Method Description OptionsMap<K,V>
OptionsMap. add(String key, Object value)
Adds the key with the value into the map.OptionsMap<String,Object>
OptionsList. addNestedMap(Object... pairs)
Adds to create a nested options map with the given key and value pairs.OptionsMap<K,V>
OptionsMap. addNestedMap(String key)
Adds to create a nested options map with the given key.
-