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

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.AbstractCategoryAxisPlot
              extended by ar.com.fdvs.dj.domain.chart.plot.LinePlot
All Implemented Interfaces:
Entity, java.io.Serializable

public class LinePlot
extends AbstractCategoryAxisPlot

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
LinePlot()
           
 
Method Summary
 java.lang.Boolean getShowLines()
          Returns the lines visibility.
 java.lang.Boolean getShowShapes()
          Returns the shapes visibility.
 void setShowLines(java.lang.Boolean showLines)
          Sets the lines visibility.
 void setShowShapes(java.lang.Boolean showShapes)
          Sets the shapes visibility.
 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.AbstractCategoryAxisPlot
getCategoryAxisFormat, getValueAxisFormat, setCategoryAxisFormat, setValueAxisFormat
 
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

LinePlot

public LinePlot()
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

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.