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

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

public class DRDesignCandlestickPlot
extends DRDesignAxisPlot
implements DRIDesignCandlestickPlot

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

Constructor Summary
DRDesignCandlestickPlot()
           
 
Method Summary
 Boolean getShowVolume()
           
 void setShowVolume(Boolean showVolume)
           
 
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

DRDesignCandlestickPlot

public DRDesignCandlestickPlot()
Method Detail

setShowVolume

public void setShowVolume(Boolean showVolume)

getShowVolume

public Boolean getShowVolume()
Specified by:
getShowVolume in interface DRIDesignCandlestickPlot


Copyright © 2010-2014. All Rights Reserved.