Package net.sf.jasperreports.charts.fill
Class JRFillBar3DPlot
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillBarPlot
net.sf.jasperreports.charts.fill.JRFillBar3DPlot
- All Implemented Interfaces:
Cloneable,JRBar3DPlot,JRBarPlot,JRCategoryAxisFormat,JRCategoryPlot,JRChartPlot,JRValueAxisFormat,JRCloneable
Deprecated.
To be removed.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Field Summary
Fields inherited from class net.sf.jasperreports.charts.fill.JRFillBarPlot
categoryAxisLabelColor, categoryAxisLabelFont, categoryAxisLineColor, categoryAxisTickLabelColor, categoryAxisTickLabelFont, valueAxisLabelColor, valueAxisLabelFont, valueAxisLineColor, valueAxisTickLabelColor, valueAxisTickLabelFontFields inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
chart, parentFields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION -
Constructor Summary
ConstructorsConstructorDescriptionJRFillBar3DPlot(JRBar3DPlot barPlot, ChartsFillObjectFactory factory) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.voidsetXOffset(Double xOffset) Deprecated.Sets the x offsetvoidsetYOffset(Double yOffset) Deprecated.Sets the y offsetMethods inherited from class net.sf.jasperreports.charts.fill.JRFillBarPlot
getCategoryAxisLabelColor, getCategoryAxisLabelExpression, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getItemLabel, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getShowLabels, getShowTickLabels, getShowTickMarks, getValueAxisLabelColor, getValueAxisLabelExpression, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels, setCategoryAxisLabelColor, setCategoryAxisLineColor, setCategoryAxisTickLabelColor, setCategoryAxisTickLabelRotation, setItemLabel, setShowLabels, setShowTickLabels, setShowTickMarks, setValueAxisLabelColor, setValueAxisLineColor, setValueAxisTickLabelColorMethods inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setBand, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.charts.JRBarPlot
getItemLabel, getShowLabels, getShowTickLabels, getShowTickMarks, setShowLabels, setShowTickLabels, setShowTickMarksMethods inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
getCategoryAxisLabelColor, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, setCategoryAxisTickLabelRotationMethods inherited from interface net.sf.jasperreports.charts.JRCategoryPlot
getCategoryAxisLabelExpression, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getValueAxisLabelExpressionMethods 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, setSeriesColorsMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
cloneMethods inherited from interface net.sf.jasperreports.charts.JRValueAxisFormat
getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getValueAxisLabelColor, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels
-
Constructor Details
-
JRFillBar3DPlot
Deprecated.
-
-
Method Details
-
getXOffset
Deprecated.- Specified by:
getXOffsetin interfaceJRBar3DPlot- Returns:
- the x offset
-
setXOffset
Deprecated.Description copied from interface:JRBar3DPlotSets the x offset- Specified by:
setXOffsetin interfaceJRBar3DPlot- Parameters:
xOffset- the x offset
-
getYOffset
Deprecated.- Specified by:
getYOffsetin interfaceJRBar3DPlot- Returns:
- the y offset
-
setYOffset
Deprecated.Description copied from interface:JRBar3DPlotSets the y offset- Specified by:
setYOffsetin interfaceJRBar3DPlot- Parameters:
yOffset- the y offset
-