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 DialModelScaleDialModel. getScale(int index)Returns theDialModelScaleof the specified index.DialModelScaleDialModel. newScale()new an instance of scale in this DialModel.DialModelScaleDialModel. 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 intDialModel. indexOf(DialModelScale entry)Return the index of the specified model entry.voidDialModel. removeScale(DialModelScale scale)Remove the specified DialModelScale from this DialModel.
-