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 DialModelRangeDialModelScale. getRange(int index)Returns the color range of the specified index.DialModelRangeDialModelScale. 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 voidDialModelScale. removeRange(DialModelRange range)Removes the specified range from this scale.
-