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

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

public class DRDesignLinePlot
extends DRDesignAxisPlot
implements DRIDesignLinePlot

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

Constructor Summary
DRDesignLinePlot()
           
 
Method Summary
 Boolean getShowLines()
           
 Boolean getShowShapes()
           
 void setShowLines(Boolean showLines)
           
 void setShowShapes(Boolean showShapes)
           
 
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

DRDesignLinePlot

public DRDesignLinePlot()
Method Detail

setShowShapes

public void setShowShapes(Boolean showShapes)

getShowShapes

public Boolean getShowShapes()
Specified by:
getShowShapes in interface DRIDesignLinePlot

setShowLines

public void setShowLines(Boolean showLines)

getShowLines

public Boolean getShowLines()
Specified by:
getShowLines in interface DRIDesignLinePlot


Copyright © 2010-2014. All Rights Reserved.