Package net.sf.jasperreports.charts.fill
Class JRFillBar3DPlot
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.JRFillChartPlot
-
- net.sf.jasperreports.charts.fill.JRFillBar3DPlot
-
- All Implemented Interfaces:
java.lang.Cloneable,JRBar3DPlot,JRCategoryAxisFormat,JRCategoryPlot,JRValueAxisFormat,JRChartPlot,JRCloneable
public class JRFillBar3DPlot extends JRFillChartPlot implements JRBar3DPlot
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Field Summary
Fields Modifier and Type Field Description protected java.awt.ColorcategoryAxisLabelColorprotected JRFontcategoryAxisLabelFontprotected java.awt.ColorcategoryAxisLineColorprotected java.awt.ColorcategoryAxisTickLabelColorprotected JRFontcategoryAxisTickLabelFontprotected java.awt.ColorvalueAxisLabelColorprotected JRFontvalueAxisLabelFontprotected java.awt.ColorvalueAxisLineColorprotected java.awt.ColorvalueAxisTickLabelColorprotected JRFontvalueAxisTickLabelFont-
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
chart, parent
-
Fields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION
-
-
Constructor Summary
Constructors Constructor Description JRFillBar3DPlot(JRBar3DPlot barPlot, JRFillObjectFactory factory)
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientationValue, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setBand, 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.engine.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Field Detail
-
categoryAxisLabelFont
protected JRFont categoryAxisLabelFont
-
categoryAxisLabelColor
protected java.awt.Color categoryAxisLabelColor
-
categoryAxisTickLabelFont
protected JRFont categoryAxisTickLabelFont
-
categoryAxisTickLabelColor
protected java.awt.Color categoryAxisTickLabelColor
-
categoryAxisLineColor
protected java.awt.Color categoryAxisLineColor
-
valueAxisLabelFont
protected JRFont valueAxisLabelFont
-
valueAxisLabelColor
protected java.awt.Color valueAxisLabelColor
-
valueAxisTickLabelFont
protected JRFont valueAxisTickLabelFont
-
valueAxisTickLabelColor
protected java.awt.Color valueAxisTickLabelColor
-
valueAxisLineColor
protected java.awt.Color valueAxisLineColor
-
-
Constructor Detail
-
JRFillBar3DPlot
public JRFillBar3DPlot(JRBar3DPlot barPlot, JRFillObjectFactory factory)
-
-
Method Detail
-
getCategoryAxisLabelExpression
public JRExpression getCategoryAxisLabelExpression()
- Specified by:
getCategoryAxisLabelExpressionin interfaceJRCategoryPlot- Returns:
- the category axis label expression
-
getCategoryAxisLabelFont
public JRFont getCategoryAxisLabelFont()
- Specified by:
getCategoryAxisLabelFontin interfaceJRCategoryAxisFormat
-
getCategoryAxisLabelColor
public java.awt.Color getCategoryAxisLabelColor()
- Specified by:
getCategoryAxisLabelColorin interfaceJRCategoryAxisFormat
-
getOwnCategoryAxisLabelColor
public java.awt.Color getOwnCategoryAxisLabelColor()
- Specified by:
getOwnCategoryAxisLabelColorin interfaceJRCategoryAxisFormat
-
setCategoryAxisLabelColor
public void setCategoryAxisLabelColor(java.awt.Color color)
-
getCategoryAxisTickLabelFont
public JRFont getCategoryAxisTickLabelFont()
- Specified by:
getCategoryAxisTickLabelFontin interfaceJRCategoryAxisFormat
-
getCategoryAxisTickLabelColor
public java.awt.Color getCategoryAxisTickLabelColor()
- Specified by:
getCategoryAxisTickLabelColorin interfaceJRCategoryAxisFormat
-
getOwnCategoryAxisTickLabelColor
public java.awt.Color getOwnCategoryAxisTickLabelColor()
- Specified by:
getOwnCategoryAxisTickLabelColorin interfaceJRCategoryAxisFormat
-
setCategoryAxisTickLabelColor
public void setCategoryAxisTickLabelColor(java.awt.Color color)
-
getCategoryAxisTickLabelMask
public java.lang.String getCategoryAxisTickLabelMask()
- Specified by:
getCategoryAxisTickLabelMaskin interfaceJRCategoryAxisFormat
-
getCategoryAxisVerticalTickLabels
public java.lang.Boolean getCategoryAxisVerticalTickLabels()
- Specified by:
getCategoryAxisVerticalTickLabelsin interfaceJRCategoryAxisFormat
-
getCategoryAxisTickLabelRotation
public java.lang.Double getCategoryAxisTickLabelRotation()
Description copied from interface:JRCategoryAxisFormatGets the angle in degrees to rotate the data axis labels. The range is -360 to 360. A positive value angles the label so it reads downwards wile a negative value angles the label so it reads upwards. Only charts that use a category based axis (such as line or bar charts) support label rotation.- Specified by:
getCategoryAxisTickLabelRotationin interfaceJRCategoryAxisFormat
-
setCategoryAxisTickLabelRotation
public void setCategoryAxisTickLabelRotation(java.lang.Double labelRotation)
Description copied from interface:JRCategoryAxisFormatSets the angle in degrees to rotate the data axis labels. The range is -360 to 360. A positive value angles the label so it reads downwards wile a negative value angles the label so it reads upwards. Only charts that use a category based axis (such as line or bar charts) support label rotation.- Specified by:
setCategoryAxisTickLabelRotationin interfaceJRCategoryAxisFormat
-
getCategoryAxisLineColor
public java.awt.Color getCategoryAxisLineColor()
- Specified by:
getCategoryAxisLineColorin interfaceJRCategoryAxisFormat
-
getOwnCategoryAxisLineColor
public java.awt.Color getOwnCategoryAxisLineColor()
- Specified by:
getOwnCategoryAxisLineColorin interfaceJRCategoryAxisFormat
-
setCategoryAxisLineColor
public void setCategoryAxisLineColor(java.awt.Color color)
-
getValueAxisLabelExpression
public JRExpression getValueAxisLabelExpression()
- Specified by:
getValueAxisLabelExpressionin interfaceJRCategoryPlot- Returns:
- the value axis label expression
-
getDomainAxisMinValueExpression
public JRExpression getDomainAxisMinValueExpression()
- Specified by:
getDomainAxisMinValueExpressionin interfaceJRCategoryPlot- Returns:
- the minimum value expression for the domain axis
-
getDomainAxisMaxValueExpression
public JRExpression getDomainAxisMaxValueExpression()
- Specified by:
getDomainAxisMaxValueExpressionin interfaceJRCategoryPlot- Returns:
- the maximum value expression for the domain axis
-
getRangeAxisMinValueExpression
public JRExpression getRangeAxisMinValueExpression()
- Specified by:
getRangeAxisMinValueExpressionin interfaceJRCategoryPlot- Returns:
- the minimum value expression for the range axis
-
getRangeAxisMaxValueExpression
public JRExpression getRangeAxisMaxValueExpression()
- Specified by:
getRangeAxisMaxValueExpressionin interfaceJRCategoryPlot- Returns:
- the maximum value expression for the range axis
-
getValueAxisLabelFont
public JRFont getValueAxisLabelFont()
- Specified by:
getValueAxisLabelFontin interfaceJRValueAxisFormat
-
getValueAxisLabelColor
public java.awt.Color getValueAxisLabelColor()
- Specified by:
getValueAxisLabelColorin interfaceJRValueAxisFormat
-
getOwnValueAxisLabelColor
public java.awt.Color getOwnValueAxisLabelColor()
- Specified by:
getOwnValueAxisLabelColorin interfaceJRValueAxisFormat
-
setValueAxisLabelColor
public void setValueAxisLabelColor(java.awt.Color color)
-
getValueAxisTickLabelFont
public JRFont getValueAxisTickLabelFont()
- Specified by:
getValueAxisTickLabelFontin interfaceJRValueAxisFormat
-
getValueAxisTickLabelColor
public java.awt.Color getValueAxisTickLabelColor()
- Specified by:
getValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
getOwnValueAxisTickLabelColor
public java.awt.Color getOwnValueAxisTickLabelColor()
- Specified by:
getOwnValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
setValueAxisTickLabelColor
public void setValueAxisTickLabelColor(java.awt.Color color)
-
getValueAxisTickLabelMask
public java.lang.String getValueAxisTickLabelMask()
- Specified by:
getValueAxisTickLabelMaskin interfaceJRValueAxisFormat
-
getValueAxisVerticalTickLabels
public java.lang.Boolean getValueAxisVerticalTickLabels()
- Specified by:
getValueAxisVerticalTickLabelsin interfaceJRValueAxisFormat
-
getValueAxisLineColor
public java.awt.Color getValueAxisLineColor()
- Specified by:
getValueAxisLineColorin interfaceJRValueAxisFormat
-
getOwnValueAxisLineColor
public java.awt.Color getOwnValueAxisLineColor()
- Specified by:
getOwnValueAxisLineColorin interfaceJRValueAxisFormat
-
setValueAxisLineColor
public void setValueAxisLineColor(java.awt.Color color)
-
getXOffsetDouble
public java.lang.Double getXOffsetDouble()
- Specified by:
getXOffsetDoublein interfaceJRBar3DPlot- Returns:
- the x offset
-
setXOffset
public void setXOffset(java.lang.Double xOffset)
Description copied from interface:JRBar3DPlotSets the x offset- Specified by:
setXOffsetin interfaceJRBar3DPlot- Parameters:
xOffset- the x offset
-
getYOffsetDouble
public java.lang.Double getYOffsetDouble()
- Specified by:
getYOffsetDoublein interfaceJRBar3DPlot- Returns:
- the y offset
-
setYOffset
public void setYOffset(java.lang.Double yOffset)
Description copied from interface:JRBar3DPlotSets the y offset- Specified by:
setYOffsetin interfaceJRBar3DPlot- Parameters:
yOffset- the y offset
-
getShowLabels
public java.lang.Boolean getShowLabels()
- Specified by:
getShowLabelsin interfaceJRBar3DPlot- Returns:
- a flag that specifies whether the labels are to be shown or not
-
getItemLabel
public JRItemLabel getItemLabel()
- Specified by:
getItemLabelin interfaceJRBar3DPlot- Returns:
- a
JRItemLabelobject representing the item label
-
setItemLabel
public void setItemLabel(JRItemLabel itemLabel)
-
setShowLabels
public void setShowLabels(java.lang.Boolean isShowLabels)
Description copied from interface:JRBar3DPlotSets a flag that specifies whether the labels are to be shown or not- Specified by:
setShowLabelsin interfaceJRBar3DPlot- Parameters:
isShowLabels- the show labels flag
-
-