net.sf.jasperreports.charts
Interface JRBar3DPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseBar3DPlot, JRDesignBar3DPlot, 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

JRExpression getCategoryAxisLabelExpression()

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

getXOffset

double getXOffset()

setXOffset

void setXOffset(double xOffset)

getYOffset

double getYOffset()

setYOffset

void setYOffset(double yOffset)

isShowLabels

boolean isShowLabels()

setShowLabels

void setShowLabels(boolean isShowLabels)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com