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

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.DRDesignBar3DPlot
All Implemented Interfaces:
DRIDesignAxisPlot, DRIDesignBar3DPlot, DRIDesignBasePlot, DRIDesignPlot

public class DRDesignBar3DPlot
extends DRDesignAxisPlot
implements DRIDesignBar3DPlot

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

Constructor Summary
DRDesignBar3DPlot()
           
 
Method Summary
 Boolean getShowLabels()
           
 Double getXOffset()
           
 Double getYOffset()
           
 void setShowLabels(Boolean showLabels)
           
 void setXOffset(Double xOffset)
           
 void setYOffset(Double yOffset)
           
 
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

DRDesignBar3DPlot

public DRDesignBar3DPlot()
Method Detail

setXOffset

public void setXOffset(Double xOffset)

getXOffset

public Double getXOffset()
Specified by:
getXOffset in interface DRIDesignBar3DPlot

setYOffset

public void setYOffset(Double yOffset)

getYOffset

public Double getYOffset()
Specified by:
getYOffset in interface DRIDesignBar3DPlot

setShowLabels

public void setShowLabels(Boolean showLabels)

getShowLabels

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


Copyright © 2010-2014. All Rights Reserved.