|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.com.fdvs.dj.domain.DJBaseElement
ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
ar.com.fdvs.dj.domain.chart.plot.ScatterPlot
public class ScatterPlot
Field Summary |
---|
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity |
---|
SERIAL_VERSION_UID |
Constructor Summary | |
---|---|
ScatterPlot()
|
Method Summary | |
---|---|
java.lang.Boolean |
getShowLines()
Returns the lines visibility. |
java.lang.Boolean |
getShowShapes()
Returns the shapes visibility. |
DJAxisFormat |
getXAxisFormat()
Returns the x axis format. |
DJAxisFormat |
getYAxisFormat()
Returns the y axis format. |
void |
setShowLines(java.lang.Boolean showLines)
Sets the lines visibility. |
void |
setShowShapes(java.lang.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,
java.lang.String name)
|
Methods inherited from class ar.com.fdvs.dj.domain.chart.plot.AbstractPlot |
---|
addSeriesColor, clearSeriesColors, getLabelRotation, getOrientation, getSeriesColors, setLabelRotation, setOrientation, setSeriesColors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScatterPlot()
Method Detail |
---|
public void setShowShapes(java.lang.Boolean showShapes)
showShapes
- the shapes visibilitypublic java.lang.Boolean getShowShapes()
public void setShowLines(java.lang.Boolean showLines)
showLines
- the lines visibilitypublic java.lang.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, java.lang.String name)
transform
in class AbstractPlot
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |