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).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRMeterInterval> |
JRMeterPlot.getIntervals()
Returns a list of all the intervals contained in this Meter.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<JRMeterInterval> |
JRBaseMeterPlot.intervals
The defined intervals for the Meter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRMeterInterval> |
JRBaseMeterPlot.getIntervals() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignMeterPlot.addInterval(JRMeterInterval interval)
Adds an interval to the meter.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignMeterPlot.setIntervals(java.util.Collection<JRMeterInterval> intervals)
Sets the meter intervals.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRMeterInterval> |
JRFillMeterPlot.getIntervals() |
Constructor and Description |
---|
JRMeterInterval(JRMeterInterval meterInterval,
JRBaseObjectFactory factory)
Construct a new interval by copying an existing one.
|
Modifier and Type | Method and Description |
---|---|
protected MeterInterval |
DefaultChartTheme.convertInterval(JRMeterInterval interval)
Converts a JasperReports meter interval to one that JFreeChart understands.
|
protected MeterInterval |
JRFillChart.convertInterval(JRMeterInterval interval,
byte evaluation)
Converts a JasperReports meter interval to one that JFreeChart understands.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com