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.chartthemes.simple net.sf.jasperreports.chartthemes.spring -
-
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. intervals
The 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 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 Modifier and Type Method Description void
JRDesignMeterPlot. 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()
Methods in net.sf.jasperreports.charts.fill with parameters of type JRMeterInterval Modifier and Type Method Description 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. -
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, ChartsBaseObjectFactory factory)
Construct a new interval by copying an existing one. -
Uses of JRMeterInterval in net.sf.jasperreports.chartthemes.simple
Methods in net.sf.jasperreports.chartthemes.simple with parameters of type JRMeterInterval Modifier and Type Method Description protected org.jfree.chart.plot.MeterInterval
SimpleChartTheme. convertInterval(JRMeterInterval interval)
Converts a JasperReports meter interval to one that JFreeChart understands. -
Uses of JRMeterInterval in net.sf.jasperreports.chartthemes.spring
Methods in net.sf.jasperreports.chartthemes.spring with parameters of type JRMeterInterval Modifier and Type Method Description protected org.jfree.chart.plot.MeterInterval
GenericChartTheme. convertInterval(JRMeterInterval interval)
Converts a JasperReports meter interval to one that JFreeChart understands.
-