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

All Superinterfaces:
DRIAxisPlot, DRIBasePlot, DRIPlot, Serializable
All Known Implementing Classes:
DRDifferencePlot

public interface DRIDifferencePlot
extends DRIAxisPlot

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

Method Summary
 Color getNegativeColor()
           
 Color getPositiveColor()
           
 Boolean getShowShapes()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIAxisPlot
getPercentValuePattern, getSeriesOrderBy, getSeriesOrderType, getShowPercentages, getShowValues, getValuePattern, getXAxisFormat, getYAxisFormat
 
Methods inherited from interface net.sf.dynamicreports.report.definition.chart.plot.DRIBasePlot
getOrientation, getSeriesColors, getSeriesColorsByName
 

Method Detail

getPositiveColor

Color getPositiveColor()

getNegativeColor

Color getNegativeColor()

getShowShapes

Boolean getShowShapes()


Copyright © 2010-2014. All Rights Reserved.