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.engine.util |
Utility classes.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRValueDisplay |
JRMeterPlot.getValueDisplay()
Returns a description of how the value of the Meter is displayed.
|
JRValueDisplay |
JRThermometerPlot.getValueDisplay()
Returns formatting information for the textual representation of the value.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseValueDisplay
An immutable representation of the formatting options for showing the
value of a value dataset.
|
Modifier and Type | Field and Description |
---|---|
protected JRValueDisplay |
JRBaseThermometerPlot.valueDisplay
Formatting information for the textual display of the value, including
font, color and a mask.
|
protected JRValueDisplay |
JRBaseMeterPlot.valueDisplay
Formatting information for the textual display of the value.
|
Modifier and Type | Method and Description |
---|---|
JRValueDisplay |
JRBaseThermometerPlot.getValueDisplay() |
JRValueDisplay |
JRBaseMeterPlot.getValueDisplay() |
Constructor and Description |
---|
JRBaseValueDisplay(JRValueDisplay valueDisplay,
JRBaseObjectFactory factory)
Constructs a copy of an existing value format specification and registers
any expression in the new copy with the specified factory.
|
JRBaseValueDisplay(JRValueDisplay valueDisplay,
JRChart chart)
Constructs a copy of an existing value format specification.
|
Modifier and Type | Class and Description |
---|---|
class |
JRDesignValueDisplay
An object that specifies how a single value should be displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignThermometerPlot.setValueDisplay(JRValueDisplay valueDisplay)
Sets the formatting option for the textual display of the
value.
|
void |
JRDesignMeterPlot.setValueDisplay(JRValueDisplay valueDisplay)
Sets the value display formatting options.
|
Constructor and Description |
---|
JRDesignValueDisplay(JRValueDisplay valueDisplay,
JRChart chart)
Constructs a new value display that is a copy of an existing one.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillValueDisplay |
Modifier and Type | Field and Description |
---|---|
protected JRValueDisplay |
JRFillValueDisplay.parent |
Modifier and Type | Method and Description |
---|---|
JRValueDisplay |
JRFillMeterPlot.getValueDisplay() |
JRValueDisplay |
JRFillThermometerPlot.getValueDisplay() |
Constructor and Description |
---|
JRFillValueDisplay(JRValueDisplay valueDisplay,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
JRApiWriter.writeValueDisplay(JRValueDisplay valueDisplay,
java.lang.String parentName)
Writes the description of how to display a value in a valueDataset.
|
Modifier and Type | Method and Description |
---|---|
void |
JRXmlWriter.writeValueDisplay(JRValueDisplay valueDisplay)
Writes the description of how to display a value in a valueDataset.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com