net.sf.jasperreports.charts
Interface JRBarPlot
- All Superinterfaces:
- Cloneable, JRCategoryAxisFormat, JRCategoryPlot, JRChartPlot, JRCloneable, JRValueAxisFormat
- All Known Implementing Classes:
- JRBaseBarPlot, JRDesignBarPlot, JRFillBarPlot
public interface JRBarPlot
- extends JRCategoryPlot
- Version:
- $Id: JRBarPlot.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors |
| Methods inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat |
getCategoryAxisLabelColor, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, setCategoryAxisTickLabelRotation |
getShowTickMarks
Boolean getShowTickMarks()
setShowTickMarks
void setShowTickMarks(Boolean isShowTickMarks)
getShowTickLabels
Boolean getShowTickLabels()
getItemLabel
JRItemLabel getItemLabel()
setShowTickLabels
void setShowTickLabels(Boolean isShowTickLabels)
getShowLabels
Boolean getShowLabels()
setShowLabels
void setShowLabels(Boolean isShowLabels)
Copyright © 2012. All Rights Reserved.