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

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.DRBar3DPlot
All Implemented Interfaces:
Serializable, DRIAxisPlot, DRIBar3DPlot, DRIBasePlot, DRIPlot

public class DRBar3DPlot
extends DRAxisPlot
implements DRIBar3DPlot

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRBar3DPlot()
           
 
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.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

DRBar3DPlot

public DRBar3DPlot()
Method Detail

setXOffset

public void setXOffset(Double xOffset)

getXOffset

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

setYOffset

public void setYOffset(Double yOffset)

getYOffset

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

setShowLabels

public void setShowLabels(Boolean showLabels)

getShowLabels

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


Copyright © 2010-2014. All Rights Reserved.