ar.com.fdvs.dj.domain.chart.plot
Class LinePlot
java.lang.Object
ar.com.fdvs.dj.domain.DJBaseElement
ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot
ar.com.fdvs.dj.domain.chart.plot.LinePlot
- All Implemented Interfaces:
- Entity, Serializable
public class LinePlot
- extends AbstractCategoryAxisPlot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinePlot
public LinePlot()
setShowShapes
public void setShowShapes(Boolean showShapes)
- Sets the shapes visibility.
- Parameters:
showShapes - the shapes visibility
getShowShapes
public Boolean getShowShapes()
- Returns the shapes visibility.
- Returns:
- the shapes visibility
setShowLines
public void setShowLines(Boolean showLines)
- Sets the lines visibility.
- Parameters:
showLines - the lines visibility
getShowLines
public Boolean getShowLines()
- Returns the lines visibility.
- Returns:
- the lines visibility
transform
public void transform(DynamicJasperDesign design,
net.sf.jasperreports.engine.JRChartPlot plot,
String name)
- Overrides:
transform in class AbstractPlot
Copyright © 2006-2013 FDV Solutions. All Rights Reserved.