net.sf.dynamicreports.design.base.chart.plot
Class DRDesignBarPlot

java.lang.Object
  extended by net.sf.dynamicreports.design.base.chart.plot.AbstractDesignBasePlot
      extended by net.sf.dynamicreports.design.base.chart.plot.DRDesignAxisPlot
          extended by net.sf.dynamicreports.design.base.chart.plot.DRDesignBarPlot
All Implemented Interfaces:
DRIDesignAxisPlot, DRIDesignBarPlot, DRIDesignBasePlot, DRIDesignPlot

public class DRDesignBarPlot
extends DRDesignAxisPlot
implements DRIDesignBarPlot

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignBarPlot()
           
 
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.design.base.chart.plot.DRDesignAxisPlot
getXAxisFormat, getYAxisFormat, setXAxisFormat, setYAxisFormat
 
Methods inherited from class net.sf.dynamicreports.design.base.chart.plot.AbstractDesignBasePlot
getOrientation, getSeriesColors, setOrientation, setSeriesColors
 
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.design.definition.chart.plot.DRIDesignAxisPlot
getXAxisFormat, getYAxisFormat
 
Methods inherited from interface net.sf.dynamicreports.design.definition.chart.plot.DRIDesignBasePlot
getOrientation, getSeriesColors
 

Constructor Detail

DRDesignBarPlot

public DRDesignBarPlot()
Method Detail

setShowLabels

public void setShowLabels(Boolean showLabels)

getShowLabels

public Boolean getShowLabels()
Specified by:
getShowLabels in interface DRIDesignBarPlot

setShowTickLabels

public void setShowTickLabels(Boolean showTickLabels)

getShowTickLabels

public Boolean getShowTickLabels()
Specified by:
getShowTickLabels in interface DRIDesignBarPlot

setShowTickMarks

public void setShowTickMarks(Boolean showTickMarks)

getShowTickMarks

public Boolean getShowTickMarks()
Specified by:
getShowTickMarks in interface DRIDesignBarPlot


Copyright © 2010-2014. All Rights Reserved.