public class ScatterPlot extends AbstractPlot
SERIAL_VERSION_UID
Constructor and Description |
---|
ScatterPlot() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getShowLines()
Returns the lines visibility.
|
Boolean |
getShowShapes()
Returns the shapes visibility.
|
DJAxisFormat |
getXAxisFormat()
Returns the x axis format.
|
DJAxisFormat |
getYAxisFormat()
Returns the y axis format.
|
void |
setShowLines(Boolean showLines)
Sets the lines visibility.
|
void |
setShowShapes(Boolean showShapes)
Sets the shapes visibility.
|
void |
setXAxisFormat(DJAxisFormat xAxisFormat)
Sets the x axis format.
|
void |
setYAxisFormat(DJAxisFormat yAxisFormat)
Sets the y axis format.
|
void |
transform(DynamicJasperDesign design,
net.sf.jasperreports.engine.JRChartPlot plot,
String name) |
addSeriesColor, clearSeriesColors, getLabelRotation, getOrientation, getSeriesColors, setLabelRotation, setOrientation, setSeriesColors
public void setShowShapes(Boolean showShapes)
showShapes
- the shapes visibilitypublic Boolean getShowShapes()
public void setShowLines(Boolean showLines)
showLines
- the lines visibilitypublic Boolean getShowLines()
public void setXAxisFormat(DJAxisFormat xAxisFormat)
xAxisFormat
- the x axis formatpublic DJAxisFormat getXAxisFormat()
public void setYAxisFormat(DJAxisFormat yAxisFormat)
yAxisFormat
- the y axis formatpublic DJAxisFormat getYAxisFormat()
public void transform(DynamicJasperDesign design, net.sf.jasperreports.engine.JRChartPlot plot, String name)
transform
in class AbstractPlot
Copyright © 2006–2015 FDV Solutions. All rights reserved.