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)

Method Summary
 DRIExpression<? extends Number> getDataRangeHighExpression()
           
 DRIExpression<? extends Number> getDataRangeLowExpression()
           
 List<DRIMeterInterval> getIntervals()
           
 Integer getMeterAngle()
           
 Color getMeterBackgroundColor()
           
 Color getNeedleColor()
           
 MeterShape getShape()
           
 Color getTickColor()
           
 Double getTickInterval()
           
 DRIFont getTickLabelFont()
           
 String getUnits()
           
 Color getValueColor()
           
 DRIFont getValueFont()
           
 String getValueMask()
           
 

Method Detail

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.