net.sf.dynamicreports.report.base.chart.plot
Class DRBarPlot
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
- All Implemented Interfaces:
- Serializable, DRIAxisPlot, DRIBarPlot, DRIBasePlot, DRIPlot
- Direct Known Subclasses:
- DRGroupedStackedBarPlot, DRLayeredBarPlot, DRWaterfallBarPlot
public class DRBarPlot
- extends DRAxisPlot
- implements DRIBarPlot
- 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 |
DRBarPlot
public DRBarPlot()
setShowLabels
public void setShowLabels(Boolean showLabels)
getShowLabels
public Boolean getShowLabels()
- Specified by:
getShowLabels
in interface DRIBarPlot
setShowTickLabels
public void setShowTickLabels(Boolean showTickLabels)
getShowTickLabels
public Boolean getShowTickLabels()
- Specified by:
getShowTickLabels
in interface DRIBarPlot
setShowTickMarks
public void setShowTickMarks(Boolean showTickMarks)
getShowTickMarks
public Boolean getShowTickMarks()
- Specified by:
getShowTickMarks
in interface DRIBarPlot
Copyright © 2010-2014. All Rights Reserved.