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

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
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

Constructor Summary
DRBarPlot()
           
 
Method Summary
 Boolean getShowLabels()
           
 Boolean getShowTickLabels()
           
 Boolean getShowTickMarks()
           
 void setShowLabels(Boolean showLabels)
           
 void setShowTickLabels(Boolean showTickLabels)
           
 void setShowTickMarks(Boolean showTickMarks)
           
 
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

DRBarPlot

public DRBarPlot()
Method Detail

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.