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

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.DRBarPlot
              extended by net.sf.dynamicreports.report.base.chart.plot.DRWaterfallBarPlot
All Implemented Interfaces:
Serializable, DRIAxisPlot, DRIBarPlot, DRIBasePlot, DRIPlot, DRIWaterfallBarPlot

public class DRWaterfallBarPlot
extends DRBarPlot
implements DRIWaterfallBarPlot

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

Constructor Summary
DRWaterfallBarPlot()
           
 
Method Summary
 Paint getFirstBarPaint()
           
 Paint getLastBarPaint()
           
 Paint getNegativeBarPaint()
           
 Paint getPositiveBarPaint()
           
 void setFirstBarPaint(Paint firstBarPaint)
           
 void setLastBarPaint(Paint lastBarPaint)
           
 void setNegativeBarPaint(Paint negativeBarPaint)
           
 void setPositiveBarPaint(Paint positiveBarPaint)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.chart.plot.DRBarPlot
getShowLabels, getShowTickLabels, getShowTickMarks, setShowLabels, setShowTickLabels, setShowTickMarks
 
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.DRIBarPlot
getShowLabels, getShowTickLabels, getShowTickMarks
 
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

DRWaterfallBarPlot

public DRWaterfallBarPlot()
Method Detail

getFirstBarPaint

public Paint getFirstBarPaint()
Specified by:
getFirstBarPaint in interface DRIWaterfallBarPlot

setFirstBarPaint

public void setFirstBarPaint(Paint firstBarPaint)

getLastBarPaint

public Paint getLastBarPaint()
Specified by:
getLastBarPaint in interface DRIWaterfallBarPlot

setLastBarPaint

public void setLastBarPaint(Paint lastBarPaint)

getPositiveBarPaint

public Paint getPositiveBarPaint()
Specified by:
getPositiveBarPaint in interface DRIWaterfallBarPlot

setPositiveBarPaint

public void setPositiveBarPaint(Paint positiveBarPaint)

getNegativeBarPaint

public Paint getNegativeBarPaint()
Specified by:
getNegativeBarPaint in interface DRIWaterfallBarPlot

setNegativeBarPaint

public void setNegativeBarPaint(Paint negativeBarPaint)


Copyright © 2010-2014. All Rights Reserved.