net.sf.dynamicreports.report.base.chart.plot
Class DRThermometerPlot
java.lang.Object
net.sf.dynamicreports.report.base.chart.plot.DRThermometerPlot
- All Implemented Interfaces:
- Serializable, DRIPlot, DRIThermometerPlot
public class DRThermometerPlot
- extends Object
- implements DRIThermometerPlot
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRThermometerPlot
public DRThermometerPlot()
getDataRangeLowExpression
public DRIExpression<? extends Number> getDataRangeLowExpression()
- Specified by:
getDataRangeLowExpression
in interface DRIThermometerPlot
setDataRangeLowExpression
public void setDataRangeLowExpression(DRIExpression<? extends Number> dataRangeLowExpression)
getDataRangeHighExpression
public DRIExpression<? extends Number> getDataRangeHighExpression()
- Specified by:
getDataRangeHighExpression
in interface DRIThermometerPlot
setDataRangeHighExpression
public void setDataRangeHighExpression(DRIExpression<? extends Number> dataRangeHighExpression)
getValueColor
public Color getValueColor()
- Specified by:
getValueColor
in interface DRIThermometerPlot
setValueColor
public void setValueColor(Color valueColor)
getValueMask
public String getValueMask()
- Specified by:
getValueMask
in interface DRIThermometerPlot
setValueMask
public void setValueMask(String valueMask)
getValueFont
public DRIFont getValueFont()
- Specified by:
getValueFont
in interface DRIThermometerPlot
setValueFont
public void setValueFont(DRIFont valueFont)
getValueLocation
public ValueLocation getValueLocation()
- Specified by:
getValueLocation
in interface DRIThermometerPlot
setValueLocation
public void setValueLocation(ValueLocation valueLocation)
getMercuryColor
public Color getMercuryColor()
- Specified by:
getMercuryColor
in interface DRIThermometerPlot
setMercuryColor
public void setMercuryColor(Color mercuryColor)
getLowDataRangeLowExpression
public DRIExpression<? extends Number> getLowDataRangeLowExpression()
- Specified by:
getLowDataRangeLowExpression
in interface DRIThermometerPlot
setLowDataRangeLowExpression
public void setLowDataRangeLowExpression(DRIExpression<? extends Number> lowDataRangeLowExpression)
getLowDataRangeHighExpression
public DRIExpression<? extends Number> getLowDataRangeHighExpression()
- Specified by:
getLowDataRangeHighExpression
in interface DRIThermometerPlot
setLowDataRangeHighExpression
public void setLowDataRangeHighExpression(DRIExpression<? extends Number> lowDataRangeHighExpression)
getMediumDataRangeLowExpression
public DRIExpression<? extends Number> getMediumDataRangeLowExpression()
- Specified by:
getMediumDataRangeLowExpression
in interface DRIThermometerPlot
setMediumDataRangeLowExpression
public void setMediumDataRangeLowExpression(DRIExpression<? extends Number> mediumDataRangeLowExpression)
getMediumDataRangeHighExpression
public DRIExpression<? extends Number> getMediumDataRangeHighExpression()
- Specified by:
getMediumDataRangeHighExpression
in interface DRIThermometerPlot
setMediumDataRangeHighExpression
public void setMediumDataRangeHighExpression(DRIExpression<? extends Number> mediumDataRangeHighExpression)
getHighDataRangeLowExpression
public DRIExpression<? extends Number> getHighDataRangeLowExpression()
- Specified by:
getHighDataRangeLowExpression
in interface DRIThermometerPlot
setHighDataRangeLowExpression
public void setHighDataRangeLowExpression(DRIExpression<? extends Number> highDataRangeLowExpression)
getHighDataRangeHighExpression
public DRIExpression<? extends Number> getHighDataRangeHighExpression()
- Specified by:
getHighDataRangeHighExpression
in interface DRIThermometerPlot
setHighDataRangeHighExpression
public void setHighDataRangeHighExpression(DRIExpression<? extends Number> highDataRangeHighExpression)
Copyright © 2010-2014. All Rights Reserved.