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 StatesCluster. getStates()Returns a wrapper object for the cluster options in specific states.StatesMarker. getStates()Returns a wrapper object for all the series options in specific states.StatesSeries. 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 voidCluster. setStates(States states)Sets a wrapper object for the cluster options in specific states.voidMarker. setStates(States states)Sets a wrapper object for all the series options in specific states.voidSeries. 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 StatesSeriesPlotOptions. 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 voidSeriesPlotOptions. setStates(States states)Sets a wrapper object for all the series options in specific states.
-