net.sf.dynamicreports.report.base.chart.plot
Class DRLayeredBarPlot
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.DRLayeredBarPlot
- All Implemented Interfaces:
- Serializable, DRIAxisPlot, DRIBarPlot, DRIBasePlot, DRILayeredBarPlot, DRIPlot
public class DRLayeredBarPlot
- extends DRBarPlot
- implements DRILayeredBarPlot
- 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 |
DRLayeredBarPlot
public DRLayeredBarPlot()
addSeriesBarWidth
public void addSeriesBarWidth(Double barWidth)
setSeriesBarWidths
public void setSeriesBarWidths(List<Double> seriesBarWidths)
getSeriesBarWidths
public List<Double> getSeriesBarWidths()
- Specified by:
getSeriesBarWidths
in interface DRILayeredBarPlot
Copyright © 2010-2014. All Rights Reserved.