|
||||||||||
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
The value should be displayed in the bulb of the thermometer. |
static byte |
LOCATION_LEFT
The value should be displayed to the left of the thermometer. |
static byte |
LOCATION_NONE
The value should not be displayed. |
static byte |
LOCATION_RIGHT
The value should be displayed to the right of the thermometer. |
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()
Returns the location where the value of the thermometer will be shown. |
boolean |
isShowValueLines()
Returns whether or not lines are drawn showing the bounds of each defined range. |
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
---|
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors |
Field Detail |
---|
static final byte LOCATION_NONE
static final byte LOCATION_LEFT
static final byte LOCATION_RIGHT
static final byte LOCATION_BULB
Method Detail |
---|
JRDataRange getDataRange()
JRValueDisplay getValueDisplay()
boolean isShowValueLines()
true
if range bounds are shown, false
otherwisebyte getValueLocation()
LOCATION_NONE
,
LOCATION_LEFT
, LOCATION_RIGHT
or
LOCATION_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 |