|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |