net.sf.jasperreports.charts.base
Class JRBaseBar3DPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.sf.jasperreports.charts.base.JRBaseBar3DPlot
All Implemented Interfaces:
JRBar3DPlot, JRChartPlot, java.io.Serializable
Direct Known Subclasses:
JRDesignBar3DPlot

public class JRBaseBar3DPlot
extends JRBaseChartPlot
implements JRBar3DPlot

Version:
$Id: JRBaseBar3DPlot.java,v 1.15 2005/10/09 21:34:26 teodord Exp $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
protected  JRExpression categoryAxisLabelExpression
           
protected  boolean isShowLabels
           
protected  JRExpression valueAxisLabelExpression
           
protected  double xOffset
           
protected  double yOffset
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Constructor Summary
JRBaseBar3DPlot(JRBar3DPlot barPlot, JRBaseObjectFactory factory)
           
JRBaseBar3DPlot(JRChartPlot barPlot)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 JRExpression getCategoryAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 double getXOffset()
           
 double getYOffset()
           
 boolean isShowLabels()
           
 void setShowLabels(boolean isShowLabels)
           
 void setXOffset(double xOffset)
           
 void setYOffset(double yOffset)
           
 
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

categoryAxisLabelExpression

protected JRExpression categoryAxisLabelExpression

valueAxisLabelExpression

protected JRExpression valueAxisLabelExpression

xOffset

protected double xOffset

yOffset

protected double yOffset

isShowLabels

protected boolean isShowLabels
Constructor Detail

JRBaseBar3DPlot

public JRBaseBar3DPlot(JRChartPlot barPlot)

JRBaseBar3DPlot

public JRBaseBar3DPlot(JRBar3DPlot barPlot,
                       JRBaseObjectFactory factory)
Method Detail

getCategoryAxisLabelExpression

public JRExpression getCategoryAxisLabelExpression()
Specified by:
getCategoryAxisLabelExpression in interface JRBar3DPlot

getValueAxisLabelExpression

public JRExpression getValueAxisLabelExpression()
Specified by:
getValueAxisLabelExpression in interface JRBar3DPlot

getXOffset

public double getXOffset()
Specified by:
getXOffset in interface JRBar3DPlot

setXOffset

public void setXOffset(double xOffset)
Specified by:
setXOffset in interface JRBar3DPlot

getYOffset

public double getYOffset()
Specified by:
getYOffset in interface JRBar3DPlot

setYOffset

public void setYOffset(double yOffset)
Specified by:
setYOffset in interface JRBar3DPlot

isShowLabels

public boolean isShowLabels()
Specified by:
isShowLabels in interface JRBar3DPlot

setShowLabels

public void setShowLabels(boolean isShowLabels)
Specified by:
setShowLabels in interface JRBar3DPlot

collectExpressions

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


© 2001-2005 JasperSoft Corporation www.jaspersoft.com