Uses of Class
org.pentaho.chart.model.DialPlot.DialRange

Packages that use DialPlot.DialRange
org.pentaho.chart.model   
 

Uses of DialPlot.DialRange in org.pentaho.chart.model
 

Methods in org.pentaho.chart.model with parameters of type DialPlot.DialRange
 void DialPlot.Scale.addRange(DialPlot.DialRange dialRange)
          Each range has a minimum value, a maximum value and a color in RGB Hex format.
 int DialPlot.DialRange.compareTo(DialPlot.DialRange o)
           
 void DialPlot.Scale.removeRange(DialPlot.DialRange dialRange)