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