Uses of Class
org.zkoss.zul.DialModelScale
-
Packages that use DialModelScale Package Description org.zkoss.zul -
-
Uses of DialModelScale in org.zkoss.zul
Methods in org.zkoss.zul that return DialModelScale Modifier and Type Method Description DialModelScale
DialModel. getScale(int index)
Returns theDialModelScale
of the specified index.DialModelScale
DialModel. newScale()
new an instance of scale in this DialModel.DialModelScale
DialModel. newScale(double lowerBound, double upperBound, double startAngle, double extent, double majorTickInterval, int minorTickCount)
new an instance of scale in this DialModel.Methods in org.zkoss.zul with parameters of type DialModelScale Modifier and Type Method Description int
DialModel. indexOf(DialModelScale entry)
Return the index of the specified model entry.void
DialModel. removeScale(DialModelScale scale)
Remove the specified DialModelScale from this DialModel.
-