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 2440 2008-10-31 16:41:43Z shertage $
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()
           
 java.lang.Boolean getShowLabels()
           
 java.lang.Boolean getShowTickLabels()
           
 java.lang.Boolean getShowTickMarks()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowLabels()
          Deprecated. Replaced by getShowLabels()
 boolean isShowTickLabels()
          Deprecated. Replaced by getShowTickLabels()
 boolean isShowTickMarks()
          Deprecated. Replaced by getShowTickMarks()
 void setShowLabels(boolean isShowLabels)
          Deprecated. Replaced by setShowLabels(Boolean)
 void setShowLabels(java.lang.Boolean isShowLabels)
           
 void setShowTickLabels(boolean isShowTickLabels)
          Deprecated. Replaced by setShowTickLabels(Boolean)
 void setShowTickLabels(java.lang.Boolean isShowTickLabels)
           
 void setShowTickMarks(boolean isShowTickMarks)
          Deprecated. Replaced by setShowTickMarks(Boolean)
 void setShowTickMarks(java.lang.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()
Deprecated. Replaced by getShowTickMarks()


getShowTickMarks

java.lang.Boolean getShowTickMarks()

setShowTickMarks

void setShowTickMarks(boolean isShowTickMarks)
Deprecated. Replaced by setShowTickMarks(Boolean)


setShowTickMarks

void setShowTickMarks(java.lang.Boolean isShowTickMarks)

isShowTickLabels

boolean isShowTickLabels()
Deprecated. Replaced by getShowTickLabels()


getShowTickLabels

java.lang.Boolean getShowTickLabels()

setShowTickLabels

void setShowTickLabels(boolean isShowTickLabels)
Deprecated. Replaced by setShowTickLabels(Boolean)


setShowTickLabels

void setShowTickLabels(java.lang.Boolean isShowTickLabels)

isShowLabels

boolean isShowLabels()
Deprecated. Replaced by getShowLabels()


getShowLabels

java.lang.Boolean getShowLabels()

setShowLabels

void setShowLabels(boolean isShowLabels)
Deprecated. Replaced by setShowLabels(Boolean)


setShowLabels

void setShowLabels(java.lang.Boolean isShowLabels)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com