The layout options of a thermometer chart.
author: Barry Klawans (bklawans@users.sourceforge.net) version: $Id: JRDesignThermometerPlot.java 1794 2007-07-30 09:07:50Z teodord $
Sets the range of values that can be displayed by this thermometer.
Specifies the upper and lower bounds of the display area of the meter.
Parameters: dataRange - the range of values to display
Specifies the medium range of the thermometer.
Parameters: mediumRange - the medium range of the thermometer
setMercuryColor
public void setMercuryColor(Color mercuryColor)(Code)
Sets the default color of the mercury in the thermometer. This color
will be used when the value is not in a specified range.
Parameters: mercuryColor - the default color of the mercury
setShowValueLines
public void setShowValueLines(boolean showValueLines)(Code)
Turns the display of value lines on and off.
Parameters: showValueLines - true to turn value lines on,false to disable them