public class TimeSeriesPlot extends AbstractPlot
SERIAL_VERSION_UID
Constructor and Description |
---|
TimeSeriesPlot() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getShowLines()
Returns the lines visibility.
|
Boolean |
getShowShapes()
Returns the shapes visibility.
|
DJAxisFormat |
getTimeAxisFormat()
Returns the time axis format.
|
DJAxisFormat |
getValueAxisFormat()
Returns the value axis format.
|
void |
setShowLines(Boolean showLines)
Sets the lines visibility.
|
void |
setShowShapes(Boolean showShapes)
Sets the shapes visibility.
|
void |
setTimeAxisFormat(DJAxisFormat timeAxisFormat)
Sets the time axis format.
|
void |
setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value 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 setTimeAxisFormat(DJAxisFormat timeAxisFormat)
timeAxisFormat
- the time axis formatpublic DJAxisFormat getTimeAxisFormat()
public void setValueAxisFormat(DJAxisFormat valueAxisFormat)
valueAxisFormat
- the value axis formatpublic DJAxisFormat getValueAxisFormat()
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.