net.sf.jasperreports.charts
Interface JRBarPlot

All Superinterfaces:
JRCategoryAxisFormat, JRChartPlot, JRValueAxisFormat
All Known Implementing Classes:
JRBaseBarPlot, JRDesignBarPlot, JRFillBarPlot

public interface JRBarPlot
extends JRChartPlot, JRCategoryAxisFormat, JRValueAxisFormat

Version:
$Id: JRBarPlot.java 1577 2007-02-09 11:25:48Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
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
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
 
Methods inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
getCategoryAxisLabelColor, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor
 
Methods inherited from interface net.sf.jasperreports.charts.JRValueAxisFormat
getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getValueAxisLabelColor, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask
 

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-2006 JasperSoft Corporation www.jaspersoft.com