public interface JRThermometerPlot extends JRChartPlot
JRChartPlot.JRSeriesColor
Modifier and Type | Method and Description |
---|---|
JRDataRange |
getDataRange()
Returns the range of values displayed by this thermometer.
|
JRDataRange |
getHighRange()
Returns the high range, or
null if undefined. |
JRDataRange |
getLowRange()
Returns the low range, or
null if undefined. |
JRDataRange |
getMediumRange()
Returns the medium range, or
null if undefined. |
Color |
getMercuryColor()
Returns the color of the "mercury" in the thermometer when the value is
not in a defined range.
|
JRValueDisplay |
getValueDisplay()
Returns formatting information for the textual representation of the value.
|
ValueLocationEnum |
getValueLocationValue()
Returns the location where the value of the thermometer will be shown.
|
boolean |
isShowValueLines()
Deprecated.
No longer used.
|
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
clone
JRDataRange getDataRange()
JRValueDisplay getValueDisplay()
boolean isShowValueLines()
ValueLocationEnum getValueLocationValue()
net.sf.jasperreports.charts.type.ValueLocationEnum.NONE
,
net.sf.jasperreports.charts.type.ValueLocationEnum.LEFT
, net.sf.jasperreports.charts.type.ValueLocationEnum.RIGHT
or
net.sf.jasperreports.charts.type.ValueLocationEnum.BULB
.Color getMercuryColor()
JRDataRange getLowRange()
null
if undefined.null
if undefined.JRDataRange getMediumRange()
null
if undefined.null
if undefined.JRDataRange getHighRange()
null
if undefined.null
if undefined.Copyright © 2013. All Rights Reserved.