net.sf.jasperreports.charts
Interface JRBar3DPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseBar3DPlot, JRFillBar3DPlot

public interface JRBar3DPlot
extends JRChartPlot

Version:
$Id: JRBar3DPlot.java,v 1.7 2005/07/09 09:14:49 teodord Exp $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

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 interface net.sf.jasperreports.engine.JRChartPlot
collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Method Detail

getCategoryAxisLabelExpression

public JRExpression getCategoryAxisLabelExpression()

getValueAxisLabelExpression

public JRExpression getValueAxisLabelExpression()

getXOffset

public double getXOffset()

setXOffset

public void setXOffset(double xOffset)

getYOffset

public double getYOffset()

setYOffset

public void setYOffset(double yOffset)

isShowLabels

public boolean isShowLabels()

setShowLabels

public void setShowLabels(boolean isShowLabels)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com