Uses of Class
org.zkoss.zul.DialModelScale

Packages that use DialModelScale
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
 

Uses of DialModelScale in org.zkoss.zul
 

Methods in org.zkoss.zul that return DialModelScale
 DialModelScale DialModel.getScale(int index)
          Returns the DialModelScale 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
 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.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo