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

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

public class DRLinePlot
extends DRAxisPlot
implements DRILinePlot

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

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

DRLinePlot

public DRLinePlot()
Method Detail

setShowShapes

public void setShowShapes(Boolean showShapes)

getShowShapes

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

setShowLines

public void setShowLines(Boolean showLines)

getShowLines

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


Copyright © 2010-2014. All Rights Reserved.