Package net.sf.jasperreports.charts
Interface JRBar3DPlot
-
- All Superinterfaces:
Cloneable
,JRBarPlot
,JRCategoryAxisFormat
,JRCategoryPlot
,JRChartPlot
,JRCloneable
,JRValueAxisFormat
- All Known Implementing Classes:
JRBaseBar3DPlot
,JRDesignBar3DPlot
,JRFillBar3DPlot
public interface JRBar3DPlot extends JRBarPlot
Deprecated.To be removed.Type of plot used to render Bar 3D and the Stacked Bar 3D charts.
Like theJRBarPlot
, the JRBar3DPlot allows customization of the labels for both of its axes and the display of the item labels- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Double
getXOffset()
Deprecated.Double
getYOffset()
Deprecated.void
setXOffset(Double xOffset)
Deprecated.Sets the x offsetvoid
setYOffset(Double yOffset)
Deprecated.Sets the y offset-
Methods inherited from interface net.sf.jasperreports.charts.JRBarPlot
getItemLabel, getShowLabels, getShowTickLabels, getShowTickMarks, setShowLabels, setShowTickLabels, setShowTickMarks
-
Methods inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
getCategoryAxisLabelColor, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, setCategoryAxisTickLabelRotation
-
Methods inherited from interface net.sf.jasperreports.charts.JRCategoryPlot
getCategoryAxisLabelExpression, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getValueAxisLabelExpression
-
Methods inherited from interface net.sf.jasperreports.charts.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.engine.JRCloneable
clone
-
Methods inherited from interface net.sf.jasperreports.charts.JRValueAxisFormat
getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getValueAxisLabelColor, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels
-
-
-
-
Method Detail
-
getXOffset
Double getXOffset()
Deprecated.- Returns:
- the x offset
-
setXOffset
void setXOffset(Double xOffset)
Deprecated.Sets the x offset- Parameters:
xOffset
- the x offset
-
getYOffset
Double getYOffset()
Deprecated.- Returns:
- the y offset
-
setYOffset
void setYOffset(Double yOffset)
Deprecated.Sets the y offset- Parameters:
yOffset
- the y offset
-
-