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.engine.util Contains utility classes for the core library.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 Modifier and Type Method Description JRValueDisplayJRValueDisplay. clone(JRChart parentChart)JRValueDisplayJRMeterPlot. getValueDisplay()Returns a description of how the value of the Meter is displayed.JRValueDisplayJRThermometerPlot. 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 classJRBaseValueDisplayAn 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 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 JRValueDisplay Modifier and Type Method Description JRValueDisplayJRBaseMeterPlot. getValueDisplay()JRValueDisplayJRBaseThermometerPlot. getValueDisplay()Constructors in net.sf.jasperreports.charts.base with parameters of type JRValueDisplay Constructor 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. -
Uses of JRValueDisplay in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRValueDisplay Modifier and Type Class Description classJRDesignValueDisplayAn 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 voidJRDesignMeterPlot. 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 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 classJRFillValueDisplayFields in net.sf.jasperreports.charts.fill declared as JRValueDisplay Modifier and Type Field Description protected JRValueDisplayJRFillValueDisplay. parentMethods in net.sf.jasperreports.charts.fill that return JRValueDisplay Modifier and Type Method Description JRValueDisplayJRFillValueDisplay. clone(JRChart parentChart)JRValueDisplayJRFillMeterPlot. getValueDisplay()JRValueDisplayJRFillThermometerPlot. 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.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRValueDisplay Modifier and Type Method Description voidJRApiWriter. writeValueDisplay(JRValueDisplay valueDisplay, java.lang.String parentName)Writes the description of how to display a value in a valueDataset. -
Uses of JRValueDisplay in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRValueDisplay Modifier and Type Method Description voidJRXmlWriter. writeValueDisplay(JRValueDisplay valueDisplay)Writes the description of how to display a value in a valueDataset.
-