net.sf.dynamicreports.report.base.chart.plot
Class DRMeterPlot
java.lang.Object
net.sf.dynamicreports.report.base.chart.plot.DRMeterPlot
- All Implemented Interfaces:
- Serializable, DRIMeterPlot, DRIPlot
public class DRMeterPlot
- extends Object
- implements DRIMeterPlot
- 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 |
DRMeterPlot
public DRMeterPlot()
getDataRangeLowExpression
public DRIExpression<? extends Number> getDataRangeLowExpression()
- Specified by:
getDataRangeLowExpression
in interface DRIMeterPlot
setDataRangeLowExpression
public void setDataRangeLowExpression(DRIExpression<? extends Number> dataRangeLowExpression)
getDataRangeHighExpression
public DRIExpression<? extends Number> getDataRangeHighExpression()
- Specified by:
getDataRangeHighExpression
in interface DRIMeterPlot
setDataRangeHighExpression
public void setDataRangeHighExpression(DRIExpression<? extends Number> dataRangeHighExpression)
getValueColor
public Color getValueColor()
- Specified by:
getValueColor
in interface DRIMeterPlot
setValueColor
public void setValueColor(Color valueColor)
getValueMask
public String getValueMask()
- Specified by:
getValueMask
in interface DRIMeterPlot
setValueMask
public void setValueMask(String valueMask)
getValueFont
public DRFont getValueFont()
- Specified by:
getValueFont
in interface DRIMeterPlot
setValueFont
public void setValueFont(DRFont valueFont)
getShape
public MeterShape getShape()
- Specified by:
getShape
in interface DRIMeterPlot
setShape
public void setShape(MeterShape shape)
getIntervals
public List<DRIMeterInterval> getIntervals()
- Specified by:
getIntervals
in interface DRIMeterPlot
addInterval
public void addInterval(DRIMeterInterval interval)
setIntervals
public void setIntervals(List<DRIMeterInterval> intervals)
getMeterAngle
public Integer getMeterAngle()
- Specified by:
getMeterAngle
in interface DRIMeterPlot
setMeterAngle
public void setMeterAngle(Integer meterAngle)
getUnits
public String getUnits()
- Specified by:
getUnits
in interface DRIMeterPlot
setUnits
public void setUnits(String units)
getTickInterval
public Double getTickInterval()
- Specified by:
getTickInterval
in interface DRIMeterPlot
setTickInterval
public void setTickInterval(Double tickInterval)
getMeterBackgroundColor
public Color getMeterBackgroundColor()
- Specified by:
getMeterBackgroundColor
in interface DRIMeterPlot
setMeterBackgroundColor
public void setMeterBackgroundColor(Color meterBackgroundColor)
getNeedleColor
public Color getNeedleColor()
- Specified by:
getNeedleColor
in interface DRIMeterPlot
setNeedleColor
public void setNeedleColor(Color needleColor)
getTickColor
public Color getTickColor()
- Specified by:
getTickColor
in interface DRIMeterPlot
setTickColor
public void setTickColor(Color tickColor)
getTickLabelFont
public DRFont getTickLabelFont()
- Specified by:
getTickLabelFont
in interface DRIMeterPlot
setTickLabelFont
public void setTickLabelFont(DRFont tickLabelFont)
Copyright © 2010-2014. All Rights Reserved.