net.sf.dynamicreports.design.base.chart.plot
Class DRDesignThermometerPlot
java.lang.Object
net.sf.dynamicreports.design.base.chart.plot.AbstractDesignBasePlot
net.sf.dynamicreports.design.base.chart.plot.DRDesignAxisPlot
net.sf.dynamicreports.design.base.chart.plot.DRDesignThermometerPlot
- All Implemented Interfaces:
- DRIDesignAxisPlot, DRIDesignBasePlot, DRIDesignPlot, DRIDesignThermometerPlot
public class DRDesignThermometerPlot
- extends DRDesignAxisPlot
- implements DRIDesignThermometerPlot
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRDesignThermometerPlot
public DRDesignThermometerPlot()
getDataRangeLowExpression
public DRIDesignExpression getDataRangeLowExpression()
- Specified by:
getDataRangeLowExpression
in interface DRIDesignThermometerPlot
setDataRangeLowExpression
public void setDataRangeLowExpression(DRIDesignExpression dataRangeLowExpression)
getDataRangeHighExpression
public DRIDesignExpression getDataRangeHighExpression()
- Specified by:
getDataRangeHighExpression
in interface DRIDesignThermometerPlot
setDataRangeHighExpression
public void setDataRangeHighExpression(DRIDesignExpression dataRangeHighExpression)
getValueColor
public Color getValueColor()
- Specified by:
getValueColor
in interface DRIDesignThermometerPlot
setValueColor
public void setValueColor(Color valueColor)
getValueMask
public String getValueMask()
- Specified by:
getValueMask
in interface DRIDesignThermometerPlot
setValueMask
public void setValueMask(String valueMask)
getValueFont
public DRIDesignFont getValueFont()
- Specified by:
getValueFont
in interface DRIDesignThermometerPlot
setValueFont
public void setValueFont(DRIDesignFont valueFont)
getValueLocation
public ValueLocation getValueLocation()
- Specified by:
getValueLocation
in interface DRIDesignThermometerPlot
setValueLocation
public void setValueLocation(ValueLocation valueLocation)
getMercuryColor
public Color getMercuryColor()
- Specified by:
getMercuryColor
in interface DRIDesignThermometerPlot
setMercuryColor
public void setMercuryColor(Color mercuryColor)
getLowDataRangeLowExpression
public DRIDesignExpression getLowDataRangeLowExpression()
- Specified by:
getLowDataRangeLowExpression
in interface DRIDesignThermometerPlot
setLowDataRangeLowExpression
public void setLowDataRangeLowExpression(DRIDesignExpression lowDataRangeLowExpression)
getLowDataRangeHighExpression
public DRIDesignExpression getLowDataRangeHighExpression()
- Specified by:
getLowDataRangeHighExpression
in interface DRIDesignThermometerPlot
setLowDataRangeHighExpression
public void setLowDataRangeHighExpression(DRIDesignExpression lowDataRangeHighExpression)
getMediumDataRangeLowExpression
public DRIDesignExpression getMediumDataRangeLowExpression()
- Specified by:
getMediumDataRangeLowExpression
in interface DRIDesignThermometerPlot
setMediumDataRangeLowExpression
public void setMediumDataRangeLowExpression(DRIDesignExpression mediumDataRangeLowExpression)
getMediumDataRangeHighExpression
public DRIDesignExpression getMediumDataRangeHighExpression()
- Specified by:
getMediumDataRangeHighExpression
in interface DRIDesignThermometerPlot
setMediumDataRangeHighExpression
public void setMediumDataRangeHighExpression(DRIDesignExpression mediumDataRangeHighExpression)
getHighDataRangeLowExpression
public DRIDesignExpression getHighDataRangeLowExpression()
- Specified by:
getHighDataRangeLowExpression
in interface DRIDesignThermometerPlot
setHighDataRangeLowExpression
public void setHighDataRangeLowExpression(DRIDesignExpression highDataRangeLowExpression)
getHighDataRangeHighExpression
public DRIDesignExpression getHighDataRangeHighExpression()
- Specified by:
getHighDataRangeHighExpression
in interface DRIDesignThermometerPlot
setHighDataRangeHighExpression
public void setHighDataRangeHighExpression(DRIDesignExpression highDataRangeHighExpression)
Copyright © 2010-2014. All Rights Reserved.