net.sf.dynamicreports.report.base.chart.plot
Class DRDifferencePlot

java.lang.Object
  extended by net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
      extended by net.sf.dynamicreports.report.base.chart.plot.DRAxisPlot
          extended by net.sf.dynamicreports.report.base.chart.plot.DRDifferencePlot
All Implemented Interfaces:
Serializable, DRIAxisPlot, DRIBasePlot, DRIDifferencePlot, DRIPlot

public class DRDifferencePlot
extends DRAxisPlot
implements DRIDifferencePlot

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRDifferencePlot()
           
 
Method Summary
 Color getNegativeColor()
           
 Color getPositiveColor()
           
 Boolean getShowShapes()
           
 void setNegativeColor(Color negativeColor)
           
 void setPositiveColor(Color positiveColor)
           
 void setShowShapes(Boolean showShapes)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.plot.DRAxisPlot
getPercentValuePattern, getSeriesOrderBy, getSeriesOrderType, getShowPercentages, getShowValues, getValuePattern, getXAxisFormat, getYAxisFormat, init, setPercentValuePattern, setSeriesOrderBy, setSeriesOrderType, setShowPercentages, setShowValues, setValuePattern, setXAxisFormat, setYAxisFormat
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
addSeriesColor, addSeriesColorByName, getOrientation, getSeriesColors, getSeriesColorsByName, setOrientation, setSeriesColors, setSeriesColorsByName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

DRDifferencePlot

public DRDifferencePlot()
Method Detail

getPositiveColor

public Color getPositiveColor()
Specified by:
getPositiveColor in interface DRIDifferencePlot

setPositiveColor

public void setPositiveColor(Color positiveColor)

getNegativeColor

public Color getNegativeColor()
Specified by:
getNegativeColor in interface DRIDifferencePlot

setNegativeColor

public void setNegativeColor(Color negativeColor)

getShowShapes

public Boolean getShowShapes()
Specified by:
getShowShapes in interface DRIDifferencePlot

setShowShapes

public void setShowShapes(Boolean showShapes)


Copyright © 2010-2014. All Rights Reserved.