net.sf.jasperreports.charts
Interface JRBarPlot

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

JRExpression getCategoryAxisLabelExpression()

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

isShowTickMarks

boolean isShowTickMarks()

setShowTickMarks

void setShowTickMarks(boolean isShowTickMarks)

isShowTickLabels

boolean isShowTickLabels()

setShowTickLabels

void setShowTickLabels(boolean isShowTickLabels)

isShowLabels

boolean isShowLabels()

setShowLabels

void setShowLabels(boolean isShowLabels)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com