Class JRDesignBar3DPlot
- java.lang.Object
-
- net.sf.jasperreports.charts.base.JRBaseChartPlot
-
- net.sf.jasperreports.charts.base.JRBaseBarPlot
-
- net.sf.jasperreports.charts.base.JRBaseBar3DPlot
-
- net.sf.jasperreports.charts.design.JRDesignBar3DPlot
-
- All Implemented Interfaces:
Serializable
,Cloneable
,JRDesignCategoryPlot
,JRBar3DPlot
,JRBarPlot
,JRCategoryAxisFormat
,JRCategoryPlot
,JRChartPlot
,JRValueAxisFormat
,JRChangeEventsSupport
,JRCloneable
public class JRDesignBar3DPlot extends JRBaseBar3DPlot implements JRDesignCategoryPlot
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_CATEGORY_AXIS_LABEL_COLOR
Deprecated.static String
PROPERTY_CATEGORY_AXIS_LABEL_FONT
Deprecated.static String
PROPERTY_CATEGORY_AXIS_LINE_COLOR
Deprecated.static String
PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
Deprecated.static String
PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
Deprecated.static String
PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
Deprecated.static String
PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
Deprecated.static String
PROPERTY_ITEM_LABEL
Deprecated.static String
PROPERTY_VALUE_AXIS_LABEL_COLOR
Deprecated.static String
PROPERTY_VALUE_AXIS_LABEL_FONT
Deprecated.static String
PROPERTY_VALUE_AXIS_LINE_COLOR
Deprecated.static String
PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
Deprecated.static String
PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
Deprecated.static String
PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
Deprecated.static String
PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
Deprecated.-
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseBar3DPlot
PROPERTY_X_OFFSET, PROPERTY_Y_OFFSET
-
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
-
Fields inherited from interface net.sf.jasperreports.charts.design.JRDesignCategoryPlot
PROPERTY_CATEGORY_AXIS_LABEL_EXPRESSION, PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION, PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION, PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION, PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION, PROPERTY_VALUE_AXIS_LABEL_EXPRESSION
-
-
Constructor Summary
Constructors Constructor Description JRDesignBar3DPlot(JRChartPlot plot, JRChart chart)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setCategoryAxisFormat(JRAxisFormat axisFormat)
Deprecated.void
setCategoryAxisLabelColor(Color categoryAxisLabelColor)
Deprecated.void
setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
Deprecated.void
setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
Deprecated.void
setCategoryAxisLineColor(Color categoryAxisLineColor)
Deprecated.void
setCategoryAxisTickLabelColor(Color categoryAxisTickLabelColor)
Deprecated.void
setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
Deprecated.void
setCategoryAxisTickLabelMask(String categoryAxisTickLabelMask)
Deprecated.void
setCategoryAxisVerticalTickLabels(Boolean categoryAxisVerticalTickLabels)
Deprecated.void
setDomainAxisMaxValueExpression(JRExpression domainAxisMaxValueExpression)
Deprecated.void
setDomainAxisMinValueExpression(JRExpression domainAxisMinValueExpression)
Deprecated.void
setItemLabel(JRItemLabel itemLabel)
Deprecated.void
setRangeAxisMaxValueExpression(JRExpression rangeAxisMaxValueExpression)
Deprecated.void
setRangeAxisMinValueExpression(JRExpression rangeAxisMinValueExpression)
Deprecated.void
setValueAxisFormat(JRAxisFormat axisFormat)
Deprecated.void
setValueAxisLabelColor(Color valueAxisLabelColor)
Deprecated.void
setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
Deprecated.void
setValueAxisLabelFont(JRFont valueAxisLabelFont)
Deprecated.void
setValueAxisLineColor(Color valueAxisLineColor)
Deprecated.void
setValueAxisTickLabelColor(Color valueAxisTickLabelColor)
Deprecated.void
setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
Deprecated.void
setValueAxisTickLabelMask(String valueAxisTickLabelMask)
Deprecated.void
setValueAxisVerticalTickLabels(Boolean valueAxisVerticalTickLabels)
Deprecated.-
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseBar3DPlot
getXOffset, getYOffset, setXOffset, setYOffset
-
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_CATEGORY_AXIS_LABEL_COLOR
public static final String PROPERTY_CATEGORY_AXIS_LABEL_COLOR
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_LABEL_FONT
public static final String PROPERTY_CATEGORY_AXIS_LABEL_FONT
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_LINE_COLOR
public static final String PROPERTY_CATEGORY_AXIS_LINE_COLOR
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
public static final String PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_LABEL_COLOR
public static final String PROPERTY_VALUE_AXIS_LABEL_COLOR
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_LABEL_FONT
public static final String PROPERTY_VALUE_AXIS_LABEL_FONT
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_LINE_COLOR
public static final String PROPERTY_VALUE_AXIS_LINE_COLOR
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
public static final String PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_ITEM_LABEL
public static final String PROPERTY_ITEM_LABEL
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JRDesignBar3DPlot
public JRDesignBar3DPlot(JRChartPlot plot, JRChart chart)
Deprecated.
-
-
Method Detail
-
setCategoryAxisLabelExpression
public void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
Deprecated.- Specified by:
setCategoryAxisLabelExpression
in interfaceJRDesignCategoryPlot
-
setCategoryAxisLabelFont
public void setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
Deprecated.
-
setCategoryAxisLabelColor
public void setCategoryAxisLabelColor(Color categoryAxisLabelColor)
Deprecated.
-
setCategoryAxisTickLabelFont
public void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
Deprecated.
-
setCategoryAxisTickLabelColor
public void setCategoryAxisTickLabelColor(Color categoryAxisTickLabelColor)
Deprecated.
-
setCategoryAxisTickLabelMask
public void setCategoryAxisTickLabelMask(String categoryAxisTickLabelMask)
Deprecated.
-
setCategoryAxisVerticalTickLabels
public void setCategoryAxisVerticalTickLabels(Boolean categoryAxisVerticalTickLabels)
Deprecated.
-
setCategoryAxisLineColor
public void setCategoryAxisLineColor(Color categoryAxisLineColor)
Deprecated.
-
setValueAxisLabelExpression
public void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
Deprecated.- Specified by:
setValueAxisLabelExpression
in interfaceJRDesignCategoryPlot
-
setDomainAxisMinValueExpression
public void setDomainAxisMinValueExpression(JRExpression domainAxisMinValueExpression)
Deprecated.- Specified by:
setDomainAxisMinValueExpression
in interfaceJRDesignCategoryPlot
-
setDomainAxisMaxValueExpression
public void setDomainAxisMaxValueExpression(JRExpression domainAxisMaxValueExpression)
Deprecated.- Specified by:
setDomainAxisMaxValueExpression
in interfaceJRDesignCategoryPlot
-
setRangeAxisMinValueExpression
public void setRangeAxisMinValueExpression(JRExpression rangeAxisMinValueExpression)
Deprecated.- Specified by:
setRangeAxisMinValueExpression
in interfaceJRDesignCategoryPlot
-
setRangeAxisMaxValueExpression
public void setRangeAxisMaxValueExpression(JRExpression rangeAxisMaxValueExpression)
Deprecated.- Specified by:
setRangeAxisMaxValueExpression
in interfaceJRDesignCategoryPlot
-
setValueAxisLabelFont
public void setValueAxisLabelFont(JRFont valueAxisLabelFont)
Deprecated.
-
setValueAxisLabelColor
public void setValueAxisLabelColor(Color valueAxisLabelColor)
Deprecated.
-
setValueAxisTickLabelFont
public void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
Deprecated.
-
setValueAxisTickLabelColor
public void setValueAxisTickLabelColor(Color valueAxisTickLabelColor)
Deprecated.
-
setValueAxisTickLabelMask
public void setValueAxisTickLabelMask(String valueAxisTickLabelMask)
Deprecated.
-
setValueAxisVerticalTickLabels
public void setValueAxisVerticalTickLabels(Boolean valueAxisVerticalTickLabels)
Deprecated.
-
setValueAxisLineColor
public void setValueAxisLineColor(Color valueAxisLineColor)
Deprecated.
-
setItemLabel
public void setItemLabel(JRItemLabel itemLabel)
Deprecated.
-
setCategoryAxisFormat
public void setCategoryAxisFormat(JRAxisFormat axisFormat)
Deprecated.- Specified by:
setCategoryAxisFormat
in interfaceJRDesignCategoryPlot
-
setValueAxisFormat
public void setValueAxisFormat(JRAxisFormat axisFormat)
Deprecated.- Specified by:
setValueAxisFormat
in interfaceJRDesignCategoryPlot
-
-