net.sf.jasperreports.charts.base
Class JRBasePie3DPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.sf.jasperreports.charts.base.JRBasePie3DPlot
All Implemented Interfaces:
JRChartPlot, JRPie3DPlot, java.io.Serializable
Direct Known Subclasses:
JRDesignPie3DPlot

public class JRBasePie3DPlot
extends JRBaseChartPlot
implements JRPie3DPlot

Version:
$Id: JRBasePie3DPlot.java,v 1.9 2005/10/09 21:34:26 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
protected  double depthFactor
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Fields inherited from interface net.sf.jasperreports.charts.JRPie3DPlot
DEPTH_FACTOR_DEFAULT
 
Constructor Summary
JRBasePie3DPlot(JRChartPlot pie3DPlot)
           
JRBasePie3DPlot(JRPie3DPlot pie3DPlot, JRBaseObjectFactory factory)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 double getDepthFactor()
           
 void setDepthFactor(double depthFactor)
           
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Field Detail

depthFactor

protected double depthFactor
Constructor Detail

JRBasePie3DPlot

public JRBasePie3DPlot(JRChartPlot pie3DPlot)

JRBasePie3DPlot

public JRBasePie3DPlot(JRPie3DPlot pie3DPlot,
                       JRBaseObjectFactory factory)
Method Detail

getDepthFactor

public double getDepthFactor()
Specified by:
getDepthFactor in interface JRPie3DPlot

setDepthFactor

public void setDepthFactor(double depthFactor)

collectExpressions

public void collectExpressions(JRExpressionCollector collector)
Specified by:
collectExpressions in interface JRChartPlot


© 2001-2005 JasperSoft Corporation www.jaspersoft.com