net.sf.dynamicreports.report.definition.chart.plot
Interface DRIMeterPlot
- All Superinterfaces:
- DRIPlot, Serializable
- All Known Implementing Classes:
- DRMeterPlot
public interface DRIMeterPlot
- extends DRIPlot
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
getDataRangeLowExpression
DRIExpression<? extends Number> getDataRangeLowExpression()
getDataRangeHighExpression
DRIExpression<? extends Number> getDataRangeHighExpression()
getValueColor
Color getValueColor()
getValueMask
String getValueMask()
getValueFont
DRIFont getValueFont()
getShape
MeterShape getShape()
getIntervals
List<DRIMeterInterval> getIntervals()
getMeterAngle
Integer getMeterAngle()
getUnits
String getUnits()
getTickInterval
Double getTickInterval()
getMeterBackgroundColor
Color getMeterBackgroundColor()
getNeedleColor
Color getNeedleColor()
getTickColor
Color getTickColor()
getTickLabelFont
DRIFont getTickLabelFont()
Copyright © 2010-2014. All Rights Reserved.