net.sf.jasperreports.charts
Interface JRBarPlot
- All Superinterfaces:
- java.lang.Cloneable, JRCategoryAxisFormat, JRChartPlot, JRCloneable, JRValueAxisFormat
- All Known Implementing Classes:
- JRBaseBarPlot, JRDesignBarPlot, JRFillBarPlot
public interface JRBarPlot
- extends JRChartPlot, JRCategoryAxisFormat, JRValueAxisFormat
- Version:
- $Id: JRBarPlot.java 3032 2009-08-27 11:32:28Z teodord $
- Author:
- Teodor Danciu ([email protected])
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors |
Methods inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat |
getCategoryAxisLabelColor, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, setCategoryAxisTickLabelRotation |
getCategoryAxisLabelExpression
JRExpression getCategoryAxisLabelExpression()
getValueAxisLabelExpression
JRExpression getValueAxisLabelExpression()
getDomainAxisMinValueExpression
JRExpression getDomainAxisMinValueExpression()
getDomainAxisMaxValueExpression
JRExpression getDomainAxisMaxValueExpression()
getRangeAxisMinValueExpression
JRExpression getRangeAxisMinValueExpression()
getRangeAxisMaxValueExpression
JRExpression getRangeAxisMaxValueExpression()
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()
getItemLabel
JRItemLabel getItemLabel()
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)
Copyright © 2011. All Rights Reserved.