ar.com.fdvs.dj.domain.chart.plot
Class ScatterPlot

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
          extended by ar.com.fdvs.dj.domain.chart.plot.ScatterPlot
All Implemented Interfaces:
Entity, java.io.Serializable

public class ScatterPlot
extends AbstractPlot

See Also:
Serialized Form

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

ScatterPlot

public ScatterPlot()
Method Detail

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

setXAxisFormat

public void setXAxisFormat(DJAxisFormat xAxisFormat)
Sets the x axis format.

Parameters:
xAxisFormat - the x axis format

getXAxisFormat

public DJAxisFormat getXAxisFormat()
Returns the x axis format.

Returns:
the x axis format

setYAxisFormat

public void setYAxisFormat(DJAxisFormat yAxisFormat)
Sets the y axis format.

Parameters:
yAxisFormat - the y axis format

getYAxisFormat

public DJAxisFormat getYAxisFormat()
Returns the y axis format.

Returns:
the y axis format

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.