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

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

public class Pie3DPlot
extends AbstractPiePlot

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
Pie3DPlot()
           
 
Method Summary
 java.lang.Double getDepthFactor()
          Returns the depth factor.
 void setDepthFactor(java.lang.Double depthFactor)
          Sets the depth factor.
 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.AbstractPiePlot
getCircular, getLabelFormat, getLegendLabelFormat, setCircular, setLabelFormat, setLegendLabelFormat
 
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

Pie3DPlot

public Pie3DPlot()
Method Detail

setDepthFactor

public void setDepthFactor(java.lang.Double depthFactor)
Sets the depth factor.

Parameters:
depthFactor - the depth factor

getDepthFactor

public java.lang.Double getDepthFactor()
Returns the depth factor.

Returns:
the depthFactor

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.