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 voidLinearGradient. setStops(Stop... stops)Sets the color range for a gradient can be composed of two or more colors.voidRadialGradient. setStops(Stop... stops)Sets the color range for a gradient can be composed of two or more colors.voidYAxis. setStops(Stop... stops)Solid gauge series only.Method parameters in org.zkoss.chart with type arguments of type Stop Modifier and Type Method Description voidLinearGradient. setStops(List<Stop> stops)Sets the color range for a gradient can be composed of two or more colors.voidRadialGradient. setStops(List<Stop> stops)Sets the color range for a gradient can be composed of two or more colors.voidYAxis. setStops(List<Stop> stops)Solid gauge series only.
-