Package net.sf.jasperreports.charts.fill
Class JRFillThermometerPlot
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillThermometerPlot
- All Implemented Interfaces:
Cloneable,JRChartPlot,JRThermometerPlot,JRCloneable
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Field Summary
Fields inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
chart, parent -
Constructor Summary
ConstructorsConstructorDescriptionJRFillThermometerPlot(JRThermometerPlot thermoPlot, ChartsFillObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionReturns the range of values displayed by this thermometer.Returns the high range, ornullif undefined.Returns the low range, ornullif undefined.Returns the medium range, ornullif undefined.Returns the color of the "mercury" in the thermometer when the value is not in a defined range.Returns formatting information for the textual representation of the value.Returns the location where the value of the thermometer will be shown.Methods inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setBand, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.charts.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Constructor Details
-
JRFillThermometerPlot
-
-
Method Details
-
getDataRange
Description copied from interface:JRThermometerPlotReturns the range of values displayed by this thermometer. This range corresponds with the scale on the thermometer.- Specified by:
getDataRangein interfaceJRThermometerPlot- Returns:
- the range of values displayed by this thermometer
-
getValueDisplay
Description copied from interface:JRThermometerPlotReturns formatting information for the textual representation of the value.- Specified by:
getValueDisplayin interfaceJRThermometerPlot- Returns:
- formatting information for the value
-
getValueLocation
Description copied from interface:JRThermometerPlotReturns the location where the value of the thermometer will be shown. The return value will be one ofNONE,LEFT,RIGHTorBULB.- Specified by:
getValueLocationin interfaceJRThermometerPlot- Returns:
- the location where the value of the thermometer will be shown
-
getMercuryColor
Description copied from interface:JRThermometerPlotReturns the color of the "mercury" in the thermometer when the value is not in a defined range.- Specified by:
getMercuryColorin interfaceJRThermometerPlot- Returns:
- the default color of the mercury in the thermometer
-
getLowRange
Description copied from interface:JRThermometerPlotReturns the low range, ornullif undefined.- Specified by:
getLowRangein interfaceJRThermometerPlot- Returns:
- the low range, or
nullif undefined.
-
getMediumRange
Description copied from interface:JRThermometerPlotReturns the medium range, ornullif undefined.- Specified by:
getMediumRangein interfaceJRThermometerPlot- Returns:
- the medium range, or
nullif undefined.
-
getHighRange
Description copied from interface:JRThermometerPlotReturns the high range, ornullif undefined.- Specified by:
getHighRangein interfaceJRThermometerPlot- Returns:
- the high range, or
nullif undefined.
-