net.sf.jasperreports.charts.fill
Class JRFillBar3DPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.fill.JRFillChartPlot
      extended bynet.sf.jasperreports.charts.fill.JRFillBar3DPlot
All Implemented Interfaces:
JRBar3DPlot, JRChartPlot

public class JRFillBar3DPlot
extends JRFillChartPlot
implements JRBar3DPlot

Version:
$Id: JRFillBar3DPlot.java,v 1.6 2005/07/09 09:14:49 teodord Exp $
Author:
User

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
parent
 
Constructor Summary
JRFillBar3DPlot(JRBar3DPlot barPlot, JRFillObjectFactory factory)
           
 
Method Summary
 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.fill.JRFillChartPlot
collectExpressions, 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
collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Constructor Detail

JRFillBar3DPlot

public JRFillBar3DPlot(JRBar3DPlot barPlot,
                       JRFillObjectFactory 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


© 2001-2005 JasperSoft Corporation www.jaspersoft.com