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

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

public class DRDesignHighLowPlot
extends DRDesignAxisPlot
implements DRIDesignHighLowPlot

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

Constructor Summary
DRDesignHighLowPlot()
           
 
Method Summary
 Boolean getShowCloseTicks()
           
 Boolean getShowOpenTicks()
           
 void setShowCloseTicks(Boolean showCloseTicks)
           
 void setShowOpenTicks(Boolean showOpenTicks)
           
 
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

DRDesignHighLowPlot

public DRDesignHighLowPlot()
Method Detail

getShowOpenTicks

public Boolean getShowOpenTicks()
Specified by:
getShowOpenTicks in interface DRIDesignHighLowPlot

setShowOpenTicks

public void setShowOpenTicks(Boolean showOpenTicks)

getShowCloseTicks

public Boolean getShowCloseTicks()
Specified by:
getShowCloseTicks in interface DRIDesignHighLowPlot

setShowCloseTicks

public void setShowCloseTicks(Boolean showCloseTicks)


Copyright © 2010-2014. All Rights Reserved.