Uses of Class
org.zkoss.zul.DialModelRange
-
Packages that use DialModelRange Package Description org.zkoss.zul -
-
Uses of DialModelRange in org.zkoss.zul
Methods in org.zkoss.zul 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, java.lang.String color, double innerRadius, double outerRadius)
Setup the DailModel range.Methods in org.zkoss.zul with parameters of type DialModelRange Modifier and Type Method Description void
DialModelScale. removeRange(DialModelRange range)
Removes the specified range from this scale.
-