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
public class JRBaseBar3DPlot extends JRBaseBarPlot implements JRBar3DPlot
Deprecated.To be removed.- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColor
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_X_OFFSET
Deprecated.static String
PROPERTY_Y_OFFSET
Deprecated.-
Fields 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, valueAxisVerticalTickLabels
-
Fields 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, seriesColors
-
Fields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION
-
-
Constructor Summary
Constructors Modifier Constructor Description JRBaseBar3DPlot(JRBar3DPlot barPlot, ChartsBaseObjectFactory factory)
Deprecated.JRBaseBar3DPlot(JRChartPlot plot, JRChart chart)
Deprecated.protected
JRBaseBar3DPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete 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 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, setShowTickMarks
-
Methods 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, setSeriesColors
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
PROPERTY_X_OFFSET
public static final String PROPERTY_X_OFFSET
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_Y_OFFSET
public static final String PROPERTY_Y_OFFSET
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JRBaseBar3DPlot
public JRBaseBar3DPlot(JRChartPlot plot, JRChart chart)
Deprecated.
-
JRBaseBar3DPlot
protected JRBaseBar3DPlot(JRChartPlot plot, JRChart chart, ChartCopyObjectFactory copyObjectFactory)
Deprecated.
-
JRBaseBar3DPlot
public JRBaseBar3DPlot(JRBar3DPlot barPlot, ChartsBaseObjectFactory factory)
Deprecated.
-
-
Method Detail
-
getXOffset
public Double getXOffset()
Deprecated.- Specified by:
getXOffset
in interfaceJRBar3DPlot
- Returns:
- the x offset
-
setXOffset
public void setXOffset(Double xOffset)
Deprecated.Description copied from interface:JRBar3DPlot
Sets the x offset- Specified by:
setXOffset
in interfaceJRBar3DPlot
- Parameters:
xOffset
- the x offset
-
getYOffset
public Double getYOffset()
Deprecated.- Specified by:
getYOffset
in interfaceJRBar3DPlot
- Returns:
- the y offset
-
setYOffset
public void setYOffset(Double yOffset)
Deprecated.Description copied from interface:JRBar3DPlot
Sets the y offset- Specified by:
setYOffset
in interfaceJRBar3DPlot
- Parameters:
yOffset
- the y offset
-
-