|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRThermometerPlot
Represents the display options of a Thermometer chart. A Thermometer chart consists of the outline of a thermometer, a scale showing the reading of the thermometer, three optional ranges corresponding to "good", "warning" and "critical", and the textual display of the value.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
JRChartPlot.JRSeriesColor |
Field Summary | |
---|---|
static byte |
LOCATION_BULB
Deprecated. Replaced by ValueLocationEnum.BULB |
static byte |
LOCATION_LEFT
Deprecated. Replaced by ValueLocationEnum.LEFT |
static byte |
LOCATION_NONE
Deprecated. Replaced by ValueLocationEnum.NONE |
static byte |
LOCATION_RIGHT
Deprecated. Replaced by ValueLocationEnum.RIGHT |
Method Summary | |
---|---|
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. |
java.awt.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. |
byte |
getValueLocation()
Deprecated. Replaced by getValueLocationValue() |
java.lang.Byte |
getValueLocationByte()
Deprecated. Replaced by getValueLocationValue() |
ValueLocationEnum |
getValueLocationValue()
Returns the location where the value of the thermometer will be shown. |
boolean |
isShowValueLines()
Deprecated. No longer used. |
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors |
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
---|
clone |
Field Detail |
---|
static final byte LOCATION_NONE
ValueLocationEnum.NONE
static final byte LOCATION_LEFT
ValueLocationEnum.LEFT
static final byte LOCATION_RIGHT
ValueLocationEnum.RIGHT
static final byte LOCATION_BULB
ValueLocationEnum.BULB
Method Detail |
---|
JRDataRange getDataRange()
JRValueDisplay getValueDisplay()
boolean isShowValueLines()
byte getValueLocation()
getValueLocationValue()
java.lang.Byte getValueLocationByte()
getValueLocationValue()
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
.
java.awt.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |