Package net.sf.jasperreports.charts.base
Class JRBaseBar3DPlot
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseBarPlot
net.sf.jasperreports.charts.base.JRBaseBar3DPlot
- All Implemented Interfaces:
Serializable,Cloneable,JRBar3DPlot,JRBarPlot,JRCategoryAxisFormat,JRCategoryPlot,JRChartPlot,JRValueAxisFormat,JRChangeEventsSupport,JRCloneable
- Direct Known Subclasses:
JRDesignBar3DPlot
Deprecated.
To be removed.
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColorNested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Field Summary
FieldsFields inherited from class net.sf.jasperreports.charts.base.JRBaseBarPlot
categoryAxisLabelColor, categoryAxisLabelExpression, categoryAxisLabelFont, categoryAxisLineColor, categoryAxisTickLabelColor, categoryAxisTickLabelFont, categoryAxisTickLabelMask, categoryAxisVerticalTickLabels, domainAxisMaxValueExpression, domainAxisMinValueExpression, itemLabel, PROPERTY_SHOW_LABELS, PROPERTY_SHOW_TICK_LABELS, PROPERTY_SHOW_TICK_MARKS, rangeAxisMaxValueExpression, rangeAxisMinValueExpression, showLabels, showTickLabels, showTickMarks, valueAxisLabelColor, valueAxisLabelExpression, valueAxisLabelFont, valueAxisLineColor, valueAxisTickLabelColor, valueAxisTickLabelFont, valueAxisTickLabelMask, valueAxisVerticalTickLabelsFields inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
backcolor, backgroundAlpha, chart, foregroundAlpha, labelRotation, orientation, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColorsFields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION -
Constructor Summary
ConstructorsModifierConstructorDescriptionJRBaseBar3DPlot(JRBar3DPlot barPlot, ChartsBaseObjectFactory factory) Deprecated.JRBaseBar3DPlot(JRChartPlot plot, JRChart chart) Deprecated.protectedJRBaseBar3DPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory) 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.base.JRBaseBarPlot
clone, collectExpressions, 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, setCategoryAxisTickLabelRotation, setShowLabels, setShowTickLabels, setShowTickMarksMethods inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getChart, getEventSupport, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, 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
-
Field Details
-
PROPERTY_X_OFFSET
Deprecated.- See Also:
-
PROPERTY_Y_OFFSET
Deprecated.- See Also:
-
-
Constructor Details
-
JRBaseBar3DPlot
Deprecated. -
JRBaseBar3DPlot
protected JRBaseBar3DPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory) Deprecated. -
JRBaseBar3DPlot
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
-