net.sf.dynamicreports.report.base.chart.plot
Class DRWaterfallBarPlot
java.lang.Object
net.sf.dynamicreports.report.base.chart.plot.AbstractBasePlot
net.sf.dynamicreports.report.base.chart.plot.DRAxisPlot
net.sf.dynamicreports.report.base.chart.plot.DRBarPlot
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRWaterfallBarPlot
public DRWaterfallBarPlot()
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.