Uses of Class
org.zkoss.chart.model.DialModelRange
-
Packages that use DialModelRange Package Description org.zkoss.chart.model -
-
Uses of DialModelRange in org.zkoss.chart.model
Methods in org.zkoss.chart.model that return DialModelRange Modifier and Type Method Description DialModelRange
DialModelScale. getRange(int index)
Returns the color range of the specified index.DialModelRange
DialModelScale. newRange(double lower, double upper, String color, double innerRadius, double outerRadius)
Setup the DailModel range.Methods in org.zkoss.chart.model with parameters of type DialModelRange Modifier and Type Method Description void
DialModelScale. removeRange(DialModelRange range)
Removes the specified range from this scale.
-