| |
|
| java.lang.Object net.sf.jasperreports.engine.base.JRBaseChartPlot net.sf.jasperreports.charts.base.JRBaseThermometerPlot
All known Subclasses: net.sf.jasperreports.charts.design.JRDesignThermometerPlot,
JRBaseThermometerPlot | public class JRBaseThermometerPlot extends JRBaseChartPlot implements JRThermometerPlot(Code) | | An immutable representation of the layout of a thermometer plot.
author: Barry Klawans (bklawans@users.sourceforge.net) version: $Id: JRBaseThermometerPlot.java 1793 2007-07-30 09:06:18Z teodord $ |
dataRange | protected JRDataRange dataRange(Code) | | The range of values that can be displayed by this thermometer. Specifies
the upper and lower bounds of the meter itself.
|
mediumRange | protected JRDataRange mediumRange(Code) | | The boundaries of the medium range.
|
mercuryColor | protected Color mercuryColor(Code) | | The default color to use for the mercury in the thermometer.
|
showValueLines | protected boolean showValueLines(Code) | | Indicates if the boundaries of each range should be shown.
|
valueDisplay | protected JRValueDisplay valueDisplay(Code) | | Formatting information for the textual display of the value, including
font, color and a mask.
|
valueLocation | protected byte valueLocation(Code) | | Specifies where the textual display of the value should be shown.
|
JRBaseThermometerPlot | public JRBaseThermometerPlot(JRChartPlot thermoPlot, JRChart chart)(Code) | | Constructs a new thermometer plot that is a copy of an existing one.
Parameters: thermoPlot - the plot to copy |
JRBaseThermometerPlot | public JRBaseThermometerPlot(JRThermometerPlot thermoPlot, JRBaseObjectFactory factory)(Code) | | Constructs a new plot that is a copy of an existing one, and registers
all expression used by the plot with the specified factory.
Parameters: thermoPlot - the plot to copy Parameters: factory - the factory to register any expressions with |
collectExpressions | public void collectExpressions(JRExpressionCollector collector)(Code) | | Adds all the expression used by this plot with the specified collector.
All collected expression that are also registered with a factory will
be included with the report is compiled.
Parameters: collector - the expression collector to use |
getValueLocation | public byte getValueLocation()(Code) | | |
isShowValueLines | public boolean isShowValueLines()(Code) | | |
|
|
|