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, java.io.Serializable
public class LinePlot
- extends AbstractCategoryAxisPlot
- See Also:
- Serialized Form
Method Summary |
java.lang.Boolean |
getShowLines()
Returns the lines visibility. |
java.lang.Boolean |
getShowShapes()
Returns the shapes visibility. |
void |
setShowLines(java.lang.Boolean showLines)
Sets the lines visibility. |
void |
setShowShapes(java.lang.Boolean showShapes)
Sets the shapes visibility. |
void |
transform(DynamicJasperDesign design,
net.sf.jasperreports.engine.JRChartPlot plot,
java.lang.String name)
|
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(java.lang.Boolean showShapes)
- Sets the shapes visibility.
- Parameters:
showShapes
- the shapes visibility
getShowShapes
public java.lang.Boolean getShowShapes()
- Returns the shapes visibility.
- Returns:
- the shapes visibility
setShowLines
public void setShowLines(java.lang.Boolean showLines)
- Sets the lines visibility.
- Parameters:
showLines
- the lines visibility
getShowLines
public java.lang.Boolean getShowLines()
- Returns the lines visibility.
- Returns:
- the lines visibility
transform
public void transform(DynamicJasperDesign design,
net.sf.jasperreports.engine.JRChartPlot plot,
java.lang.String name)
- Overrides:
transform
in class AbstractPlot
Copyright © 2006-2011 FDV Solutions. All Rights Reserved.