net.sf.jasperreports.charts
Interface JRBarPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseBarPlot, JRFillBarPlot

public interface JRBarPlot
extends JRChartPlot

Version:
$Id: JRBarPlot.java,v 1.5 2005/07/09 09:14:49 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 JRExpression getCategoryAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowLabels()
           
 boolean isShowTickLabels()
           
 boolean isShowTickMarks()
           
 void setShowLabels(boolean isShowLabels)
           
 void setShowTickLabels(boolean isShowTickLabels)
           
 void setShowTickMarks(boolean isShowTickMarks)
           
 
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()

isShowTickMarks

public boolean isShowTickMarks()

setShowTickMarks

public void setShowTickMarks(boolean isShowTickMarks)

isShowTickLabels

public boolean isShowTickLabels()

setShowTickLabels

public void setShowTickLabels(boolean isShowTickLabels)

isShowLabels

public boolean isShowLabels()

setShowLabels

public void setShowLabels(boolean isShowLabels)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com