Uses of Class
org.zkoss.chart.Stop
-
Packages that use Stop Package Description org.zkoss.chart -
-
Uses of Stop in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type Stop Modifier and Type Method Description List<Stop>
LinearGradient. getStops()
Returns the all stopsList<Stop>
RadialGradient. getStops()
Returns the all stopsList<Stop>
YAxis. getStops()
Get the list of stop colors.Methods in org.zkoss.chart with parameters of type Stop Modifier and Type Method Description void
LinearGradient. setStops(Stop... stops)
Sets the color range for a gradient can be composed of two or more colors.void
RadialGradient. setStops(Stop... stops)
Sets the color range for a gradient can be composed of two or more colors.void
YAxis. setStops(Stop... stops)
Solid gauge series only.Method parameters in org.zkoss.chart with type arguments of type Stop Modifier and Type Method Description void
LinearGradient. setStops(List<Stop> stops)
Sets the color range for a gradient can be composed of two or more colors.void
RadialGradient. setStops(List<Stop> stops)
Sets the color range for a gradient can be composed of two or more colors.void
YAxis. setStops(List<Stop> stops)
Solid gauge series only.
-