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 DialModelScaleDefaultDialModel. getScale(int index)DialModelScaleDialModel. getScale(int index)Returns theDialModelScaleof the specified index.DialModelScaleDefaultDialModel. newScale()DialModelScaleDefaultDialModel. newScale(double lowerBound, double upperBound, double startAngle, double extent, double majorTickInterval, int minorTickCount)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.chart.model with parameters of type DialModelScale Modifier and Type Method Description intDefaultDialModel. indexOf(DialModelScale entry)intDialModel. indexOf(DialModelScale entry)Return the index of the specified model entry.voidDefaultDialModel. removeScale(DialModelScale scale)voidDialModel. removeScale(DialModelScale scale)Remove the specified DialModelScale from this DialModel.
-