net.sf.dynamicreports.report.definition.chart.plot
Interface DRIMeterInterval

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRMeterInterval

public interface DRIMeterInterval
extends Serializable

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 Double getAlpha()
           
 Color getBackgroundColor()
           
 DRIExpression<? extends Number> getDataRangeHighExpression()
           
 DRIExpression<? extends Number> getDataRangeLowExpression()
           
 String getLabel()
           
 

Method Detail

getLabel

String getLabel()

getBackgroundColor

Color getBackgroundColor()

getAlpha

Double getAlpha()

getDataRangeLowExpression

DRIExpression<? extends Number> getDataRangeLowExpression()

getDataRangeHighExpression

DRIExpression<? extends Number> getDataRangeHighExpression()


Copyright © 2010-2014. All Rights Reserved.