Package net.sf.jasperreports.charts
Interface JRCommonLinePlot
- All Known Subinterfaces:
JRLinePlot,JRScatterPlot,JRTimeSeriesPlot
- All Known Implementing Classes:
JRBaseLinePlot,JRBaseScatterPlot,JRBaseTimeSeriesPlot,JRDesignLinePlot,JRDesignScatterPlot,JRDesignTimeSeriesPlot,JRFillLinePlot,JRFillScatterPlot,JRFillTimeSeriesPlot
public interface JRCommonLinePlot
Type of the plot used to render Line, XY Line and Scatter charts.
It exposes the following specific settings:
It exposes the following specific settings:
- the show lines flag
- the show shapes flag
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetShowLines(Boolean isShowLines) Sets the show lines flagvoidsetShowShapes(Boolean isShowShapes) Sets the show shapes flag
-
Method Details
-
getShowLines
Boolean getShowLines()- Returns:
- the show lines flag
-
setShowLines
Sets the show lines flag- Parameters:
isShowLines- the show lines flag
-
getShowShapes
Boolean getShowShapes()- Returns:
- the show shapes flag
-
setShowShapes
Sets the show shapes flag- Parameters:
isShowShapes- the show shapes flag
-