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 |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
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).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRDataRange |
JRThermometerPlot.getDataRange()
Returns the range of values displayed by this thermometer.
|
JRDataRange |
JRMeterPlot.getDataRange()
Returns the range of values that the Meter can display.
|
JRDataRange |
JRThermometerPlot.getHighRange()
Returns the high range, or
null if undefined. |
JRDataRange |
JRThermometerPlot.getLowRange()
Returns the low range, or
null if undefined. |
JRDataRange |
JRThermometerPlot.getMediumRange()
Returns the medium range, or
null if undefined. |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseDataRange
An immutable instantiation of a
JRDataRange , suitable for holding
a range. |
Modifier and Type | Field and Description |
---|---|
protected JRDataRange |
JRBaseThermometerPlot.dataRange
The range of values that can be displayed by this thermometer.
|
protected JRDataRange |
JRBaseMeterPlot.dataRange
The range displayed by the Meter.
|
protected JRDataRange |
JRBaseThermometerPlot.highRange
The boundaries of the high range.
|
protected JRDataRange |
JRBaseThermometerPlot.lowRange
The boundaries of the low range.
|
protected JRDataRange |
JRBaseThermometerPlot.mediumRange
The boundaries of the medium range.
|
Modifier and Type | Method and Description |
---|---|
JRDataRange |
JRBaseThermometerPlot.getDataRange() |
JRDataRange |
JRBaseMeterPlot.getDataRange() |
JRDataRange |
JRBaseThermometerPlot.getHighRange() |
JRDataRange |
JRBaseThermometerPlot.getLowRange() |
JRDataRange |
JRBaseThermometerPlot.getMediumRange() |
Constructor and Description |
---|
JRBaseDataRange(JRDataRange dataRange)
Constructs a copy of an existing range.
|
JRBaseDataRange(JRDataRange dataRange,
JRBaseObjectFactory factory)
Creates a copy of an existing range and registers all of the expressions
with a factory object.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignDataRange
Contains a range of values.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignMeterPlot.setDataRange(JRDataRange dataRange)
Sets the range of values that the meter can display.
|
void |
JRDesignThermometerPlot.setDataRange(JRDataRange dataRange)
Sets the range of values that can be displayed by this thermometer.
|
void |
JRDesignThermometerPlot.setHighRange(JRDataRange highRange)
Specifies the high range of the thermometer.
|
void |
JRDesignThermometerPlot.setLowRange(JRDataRange lowRange)
Specifies the low range of the thermometer.
|
void |
JRDesignThermometerPlot.setMediumRange(JRDataRange mediumRange)
Specifies the medium range of the thermometer.
|
Constructor and Description |
---|
JRDesignDataRange(JRDataRange dataRange)
Constructs a new data range that is a copy of an existing one.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillDataRange |
Modifier and Type | Field and Description |
---|---|
protected JRDataRange |
JRFillDataRange.parent |
Modifier and Type | Method and Description |
---|---|
JRDataRange |
JRFillThermometerPlot.getDataRange() |
JRDataRange |
JRFillMeterPlot.getDataRange() |
JRDataRange |
JRFillThermometerPlot.getHighRange() |
JRDataRange |
JRFillThermometerPlot.getLowRange() |
JRDataRange |
JRFillThermometerPlot.getMediumRange() |
Constructor and Description |
---|
JRFillDataRange(JRDataRange dataRange,
JRFillObjectFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected JRDataRange |
JRMeterInterval.dataRange
The range of this interval.
|
Modifier and Type | Method and Description |
---|---|
JRDataRange |
JRMeterInterval.getDataRange()
Returns the range this interval is for.
|
Modifier and Type | Method and Description |
---|---|
void |
JRMeterInterval.setDataRange(JRDataRange dataRange)
Sets the range for this interval.
|
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRDataRange dataRange) |
Modifier and Type | Method and Description |
---|---|
protected org.jfree.data.Range |
DefaultChartTheme.convertRange(JRDataRange dataRange)
Converts a JasperReport data range into one understood by JFreeChart.
|
protected org.jfree.data.Range |
JRFillChart.convertRange(JRDataRange dataRange,
byte evaluation)
Converts a JasperReport data range into one understood by JFreeChart.
|
Modifier and Type | Method and Description |
---|---|
void |
JRApiWriter.writeDataRange(JRDataRange dataRange,
java.lang.String parentName,
java.lang.String dataRangeSuffix)
Writes a data range block to the output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
JRXmlWriter.writeDataRange(JRDataRange dataRange)
Writes a data range block to the output stream.
|
© 2001 - 2018 TIBCO Software Inc. www.jaspersoft.com