Uses of Interface
net.sf.jasperreports.charts.JRValueDisplay
Packages that use JRValueDisplay
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains utility classes for complex chart customization.
-
Uses of JRValueDisplay in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRValueDisplayModifier and TypeMethodDescriptionJRMeterPlot.getValueDisplay()Returns a description of how the value of the Meter is displayed.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 JRValueDisplayModifier and TypeClassDescriptionclassAn immutable representation of the formatting options for showing the value of a value dataset.Fields in net.sf.jasperreports.charts.base declared as JRValueDisplayModifier and TypeFieldDescriptionprotected JRValueDisplayJRBaseMeterPlot.valueDisplayFormatting information for the textual display of the value.protected JRValueDisplayJRBaseThermometerPlot.valueDisplayFormatting information for the textual display of the value, including font, color and a mask.Methods in net.sf.jasperreports.charts.base that return JRValueDisplayModifier and TypeMethodDescriptionJRBaseMeterPlot.getValueDisplay()JRBaseThermometerPlot.getValueDisplay()Constructors in net.sf.jasperreports.charts.base with parameters of type JRValueDisplayModifierConstructorDescriptionJRBaseValueDisplay(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 JRValueDisplayModifier and TypeClassDescriptionclassAn object that specifies how a single value should be displayed.Methods in net.sf.jasperreports.charts.design with parameters of type JRValueDisplayModifier and TypeMethodDescriptionvoidJRDesignMeterPlot.setValueDisplay(JRValueDisplay valueDisplay) Sets the value display formatting options.voidJRDesignThermometerPlot.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 JRValueDisplayModifierConstructorDescriptionJRDesignValueDisplay(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 JRValueDisplayFields in net.sf.jasperreports.charts.fill declared as JRValueDisplayMethods in net.sf.jasperreports.charts.fill that return JRValueDisplayModifier and TypeMethodDescriptionJRFillMeterPlot.getValueDisplay()JRFillThermometerPlot.getValueDisplay()Constructors in net.sf.jasperreports.charts.fill with parameters of type JRValueDisplayModifierConstructorDescriptionJRFillValueDisplay(JRValueDisplay valueDisplay, JRFillObjectFactory factory) -
Uses of JRValueDisplay in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util with parameters of type JRValueDisplayModifier and TypeMethodDescriptionvoidChartsApiWriter.writeValueDisplay(JRValueDisplay valueDisplay, String parentName) Writes the description of how to display a value in a valueDataset.