Uses of Class
net.sf.jasperreports.charts.util.JRMeterInterval
-
Packages that use JRMeterInterval Package Description 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 customization.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 Modifier and Type Method Description 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 Modifier and Type Field Description protected List<JRMeterInterval>JRBaseMeterPlot. intervalsThe defined intervals for the Meter.Methods in net.sf.jasperreports.charts.base that return types with arguments of type JRMeterInterval Modifier and Type Method Description 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 Modifier and Type Method Description voidJRDesignMeterPlot. addInterval(JRMeterInterval interval)Adds an interval to the meter.Method parameters in net.sf.jasperreports.charts.design with type arguments of type JRMeterInterval Modifier and Type Method Description voidJRDesignMeterPlot. setIntervals(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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description protected org.jfree.chart.plot.MeterIntervalDefaultChartTheme. convertInterval(JRMeterInterval interval)Converts a JasperReports meter interval to one that JFreeChart understands.protected org.jfree.chart.plot.MeterIntervalJRFillChart. convertInterval(JRMeterInterval interval, byte evaluation)Converts a JasperReports meter interval to one that JFreeChart understands.
-