|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRValueDisplay | |
---|---|
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.xml | Contains classes for loading report templates from XML files. |
Uses of JRValueDisplay in net.sf.jasperreports.charts |
---|
Methods in net.sf.jasperreports.charts that return JRValueDisplay | |
---|---|
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. |
Uses of JRValueDisplay in net.sf.jasperreports.charts.base |
---|
Classes in net.sf.jasperreports.charts.base that implement JRValueDisplay | |
---|---|
class |
JRBaseValueDisplay
An immutable representation of the formatting options for showing the value of a value dataset. |
Fields in net.sf.jasperreports.charts.base declared as JRValueDisplay | |
---|---|
protected JRValueDisplay |
JRBaseMeterPlot.valueDisplay
Formatting information for the textual display of the value. |
protected JRValueDisplay |
JRBaseThermometerPlot.valueDisplay
Formatting information for the textual display of the value, including font, color and a mask. |
Methods in net.sf.jasperreports.charts.base that return JRValueDisplay | |
---|---|
JRValueDisplay |
JRBaseMeterPlot.getValueDisplay()
|
JRValueDisplay |
JRBaseThermometerPlot.getValueDisplay()
|
Constructors in net.sf.jasperreports.charts.base with parameters of type JRValueDisplay | |
---|---|
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. |
Uses of JRValueDisplay in net.sf.jasperreports.charts.design |
---|
Classes in net.sf.jasperreports.charts.design that implement JRValueDisplay | |
---|---|
class |
JRDesignValueDisplay
An object that specifies how a single value should be displayed. |
Methods in net.sf.jasperreports.charts.design with parameters of type JRValueDisplay | |
---|---|
void |
JRDesignMeterPlot.setValueDisplay(JRValueDisplay valueDisplay)
Sets the value display formatting options. |
void |
JRDesignThermometerPlot.setValueDisplay(JRValueDisplay valueDisplay)
Sets the formatting option for the textual display of the value. |
Constructors in net.sf.jasperreports.charts.design with parameters of type JRValueDisplay | |
---|---|
JRDesignValueDisplay(JRValueDisplay valueDisplay,
JRChart chart)
Constructs a new value display that is a copy of an existing one. |
Uses of JRValueDisplay in net.sf.jasperreports.charts.fill |
---|
Classes in net.sf.jasperreports.charts.fill that implement JRValueDisplay | |
---|---|
class |
JRFillValueDisplay
|
Fields in net.sf.jasperreports.charts.fill declared as JRValueDisplay | |
---|---|
protected JRValueDisplay |
JRFillValueDisplay.parent
|
Methods in net.sf.jasperreports.charts.fill that return JRValueDisplay | |
---|---|
JRValueDisplay |
JRFillThermometerPlot.getValueDisplay()
|
JRValueDisplay |
JRFillMeterPlot.getValueDisplay()
|
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRValueDisplay | |
---|---|
JRFillValueDisplay(JRValueDisplay valueDisplay,
JRFillObjectFactory factory)
|
Uses of JRValueDisplay in net.sf.jasperreports.engine.xml |
---|
Methods in net.sf.jasperreports.engine.xml with parameters of type JRValueDisplay | |
---|---|
void |
JRXmlWriter.writeValueDisplay(JRValueDisplay valueDisplay)
Writes the description of how to display a value in a valueDataset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |