Uses of Class
org.zkoss.chart.States
-
Packages that use States Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of States in org.zkoss.chart
Methods in org.zkoss.chart that return States Modifier and Type Method Description States
Cluster. getStates()
Returns a wrapper object for the cluster options in specific states.States
Marker. getStates()
Returns a wrapper object for all the series options in specific states.States
Series. getStates()
Returns a wrapper object for all the series options in specific states.Methods in org.zkoss.chart with parameters of type States Modifier and Type Method Description void
Cluster. setStates(States states)
Sets a wrapper object for the cluster options in specific states.void
Marker. setStates(States states)
Sets a wrapper object for all the series options in specific states.void
Series. setStates(States states)
Sets a wrapper object for all the series options in specific states. -
Uses of States in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return States Modifier and Type Method Description States
SeriesPlotOptions. getStates()
Returns a wrapper object for all the series options in specific states.Methods in org.zkoss.chart.plotOptions with parameters of type States Modifier and Type Method Description void
SeriesPlotOptions. setStates(States states)
Sets a wrapper object for all the series options in specific states.
-