Uses of Interface
net.sf.jasperreports.charts.JRValueDisplay
-
Packages that use JRValueDisplay 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. -
-
Uses of JRValueDisplay in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRValueDisplay Modifier and Type Method Description JRValueDisplay
JRValueDisplay. clone(JRChart parentChart)
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 Modifier and Type Class Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description JRValueDisplay
JRBaseMeterPlot. getValueDisplay()
JRValueDisplay
JRBaseThermometerPlot. getValueDisplay()
Constructors in net.sf.jasperreports.charts.base with parameters of type JRValueDisplay Constructor Description JRBaseValueDisplay(JRValueDisplay valueDisplay, ChartsBaseObjectFactory 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Class Description class
JRFillValueDisplay
Fields in net.sf.jasperreports.charts.fill declared as JRValueDisplay Modifier and Type Field Description protected JRValueDisplay
JRFillValueDisplay. parent
Methods in net.sf.jasperreports.charts.fill that return JRValueDisplay Modifier and Type Method Description JRValueDisplay
JRFillValueDisplay. clone(JRChart parentChart)
JRValueDisplay
JRFillMeterPlot. getValueDisplay()
JRValueDisplay
JRFillThermometerPlot. getValueDisplay()
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRValueDisplay Constructor Description JRFillValueDisplay(JRValueDisplay valueDisplay, JRFillObjectFactory factory)
-
Uses of JRValueDisplay in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRValueDisplay Modifier and Type Method Description void
ChartsApiWriter. writeValueDisplay(JRValueDisplay valueDisplay, String parentName)
Writes the description of how to display a value in a valueDataset.
-