Uses of Class
net.sf.jasperreports.charts.type.ValueLocationEnum
-
Packages that use ValueLocationEnum 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.type Containsenumtypes used by the built-in chart component. -
-
Uses of ValueLocationEnum in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return ValueLocationEnum Modifier and Type Method Description ValueLocationEnumJRThermometerPlot. getValueLocationValue()Returns the location where the value of the thermometer will be shown. -
Uses of ValueLocationEnum in net.sf.jasperreports.charts.base
Fields in net.sf.jasperreports.charts.base declared as ValueLocationEnum Modifier and Type Field Description protected ValueLocationEnumJRBaseThermometerPlot. valueLocationObjectSpecifies where the textual display of the value should be shown.Methods in net.sf.jasperreports.charts.base that return ValueLocationEnum Modifier and Type Method Description ValueLocationEnumJRBaseThermometerPlot. getValueLocationValue() -
Uses of ValueLocationEnum in net.sf.jasperreports.charts.design
Methods in net.sf.jasperreports.charts.design with parameters of type ValueLocationEnum Modifier and Type Method Description voidJRDesignThermometerPlot. setValueLocation(ValueLocationEnum valueLocationObject)Sets where to show the textual display of the value. -
Uses of ValueLocationEnum in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill that return ValueLocationEnum Modifier and Type Method Description ValueLocationEnumJRFillThermometerPlot. getValueLocationValue() -
Uses of ValueLocationEnum in net.sf.jasperreports.charts.type
Methods in net.sf.jasperreports.charts.type that return ValueLocationEnum Modifier and Type Method Description static ValueLocationEnumValueLocationEnum. getByName(String name)static ValueLocationEnumValueLocationEnum. getByValue(byte value)Deprecated.Used only by deprecated serialized fields.static ValueLocationEnumValueLocationEnum. getByValue(Byte value)Deprecated.Used only by deprecated serialized fields.static ValueLocationEnumValueLocationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueLocationEnum[]ValueLocationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-