Uses of Class
net.sf.jasperreports.charts.util.JRMeterInterval

Packages that use JRMeterInterval
net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets. 
net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces. 
net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces. 
net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. 
net.sf.jasperreports.charts.util Contains utility classes for complex chart datasets. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRMeterInterval in net.sf.jasperreports.charts
 

Methods in net.sf.jasperreports.charts that return types with arguments of type JRMeterInterval
 java.util.List<JRMeterInterval> JRMeterPlot.getIntervals()
          Returns a list of all the intervals contained in this Meter.
 

Uses of JRMeterInterval in net.sf.jasperreports.charts.base
 

Fields in net.sf.jasperreports.charts.base with type parameters of type JRMeterInterval
protected  java.util.List<JRMeterInterval> JRBaseMeterPlot.intervals
          The defined intervals for the Meter.
 

Methods in net.sf.jasperreports.charts.base that return types with arguments of type JRMeterInterval
 java.util.List<JRMeterInterval> JRBaseMeterPlot.getIntervals()
           
 

Uses of JRMeterInterval in net.sf.jasperreports.charts.design
 

Methods in net.sf.jasperreports.charts.design with parameters of type JRMeterInterval
 void JRDesignMeterPlot.addInterval(JRMeterInterval interval)
          Adds an interval to the meter.
 

Method parameters in net.sf.jasperreports.charts.design with type arguments of type JRMeterInterval
 void JRDesignMeterPlot.setIntervals(java.util.Collection<JRMeterInterval> intervals)
          Sets the meter intervals.
 

Uses of JRMeterInterval in net.sf.jasperreports.charts.fill
 

Methods in net.sf.jasperreports.charts.fill that return types with arguments of type JRMeterInterval
 java.util.List<JRMeterInterval> JRFillMeterPlot.getIntervals()
           
 

Uses of JRMeterInterval in net.sf.jasperreports.charts.util
 

Constructors in net.sf.jasperreports.charts.util with parameters of type JRMeterInterval
JRMeterInterval(JRMeterInterval meterInterval, JRBaseObjectFactory factory)
          Construct a new interval by copying an existing one.
 

Uses of JRMeterInterval in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRMeterInterval
protected  org.jfree.chart.plot.MeterInterval DefaultChartTheme.convertInterval(JRMeterInterval interval)
          Converts a JasperReports meter interval to one that JFreeChart understands.
protected  org.jfree.chart.plot.MeterInterval JRFillChart.convertInterval(JRMeterInterval interval, byte evaluation)
          Converts a JasperReports meter interval to one that JFreeChart understands.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com