Package | Description |
---|---|
org.zkoss.zul |
ZUL component set that are used for HTML-based clients.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.