net.sf.jasperreports.charts.fill
Class JRFillBar3DPlot

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRFillChartPlot
      extended by net.sf.jasperreports.charts.fill.JRFillBar3DPlot
All Implemented Interfaces:
java.lang.Cloneable, JRBar3DPlot, JRCategoryAxisFormat, JRValueAxisFormat, JRChartPlot, JRCloneable

public class JRFillBar3DPlot
extends JRFillChartPlot
implements JRBar3DPlot

Version:
$Id: JRFillBar3DPlot.java 3938 2010-08-19 14:59:36Z teodord $
Author:
Teodor Danciu ([email protected])

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Field Summary
protected  java.awt.Color categoryAxisLabelColor
           
protected  JRFont categoryAxisLabelFont
           
protected  java.awt.Color categoryAxisLineColor
           
protected  java.awt.Color categoryAxisTickLabelColor
           
protected  JRFont categoryAxisTickLabelFont
           
protected  java.awt.Color valueAxisLabelColor
           
protected  JRFont valueAxisLabelFont
           
protected  java.awt.Color valueAxisLineColor
           
protected  java.awt.Color valueAxisTickLabelColor
           
protected  JRFont valueAxisTickLabelFont
           
 
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
JRFillBar3DPlot(JRBar3DPlot barPlot, JRFillObjectFactory factory)
           
 
Method Summary
 java.awt.Color getCategoryAxisLabelColor()
           
 JRExpression getCategoryAxisLabelExpression()
           
 JRFont getCategoryAxisLabelFont()
           
 java.awt.Color getCategoryAxisLineColor()
           
 java.awt.Color getCategoryAxisTickLabelColor()
           
 JRFont getCategoryAxisTickLabelFont()
           
 java.lang.String getCategoryAxisTickLabelMask()
           
 java.lang.Double getCategoryAxisTickLabelRotation()
           
 java.lang.Boolean getCategoryAxisVerticalTickLabels()
           
 JRExpression getDomainAxisMaxValueExpression()
           
 JRExpression getDomainAxisMinValueExpression()
           
 JRItemLabel getItemLabel()
           
 java.awt.Color getOwnCategoryAxisLabelColor()
           
 java.awt.Color getOwnCategoryAxisLineColor()
           
 java.awt.Color getOwnCategoryAxisTickLabelColor()
           
 java.awt.Color getOwnValueAxisLabelColor()
           
 java.awt.Color getOwnValueAxisLineColor()
           
 java.awt.Color getOwnValueAxisTickLabelColor()
           
 JRExpression getRangeAxisMaxValueExpression()
           
 JRExpression getRangeAxisMinValueExpression()
           
 java.lang.Boolean getShowLabels()
           
 java.awt.Color getValueAxisLabelColor()
           
 JRExpression getValueAxisLabelExpression()
           
 JRFont getValueAxisLabelFont()
           
 java.awt.Color getValueAxisLineColor()
           
 java.awt.Color getValueAxisTickLabelColor()
           
 JRFont getValueAxisTickLabelFont()
           
 java.lang.String getValueAxisTickLabelMask()
           
 java.lang.Boolean getValueAxisVerticalTickLabels()
           
 double getXOffset()
          Deprecated. Replaced by getXOffsetDouble()
 java.lang.Double getXOffsetDouble()
           
 double getYOffset()
          Deprecated. Replaced by getYOffsetDouble()
 java.lang.Double getYOffsetDouble()
           
 boolean isShowLabels()
          Deprecated. Replaced by getShowLabels()
 void setCategoryAxisLabelColor(java.awt.Color color)
           
 void setCategoryAxisLineColor(java.awt.Color color)
           
 void setCategoryAxisTickLabelColor(java.awt.Color color)
           
 void setCategoryAxisTickLabelRotation(java.lang.Double labelRotation)
           
 void setItemLabel(JRItemLabel itemLabel)
           
 void setShowLabels(boolean isShowLabels)
          Deprecated. Replaced by setShowLabels(Boolean).
 void setShowLabels(java.lang.Boolean isShowLabels)
           
 void setValueAxisLabelColor(java.awt.Color color)
           
 void setValueAxisLineColor(java.awt.Color color)
           
 void setValueAxisTickLabelColor(java.awt.Color color)
           
 void setXOffset(double xOffset)
          Deprecated. Replaced by setXOffset(Double).
 void setXOffset(java.lang.Double xOffset)
           
 void setYOffset(double yOffset)
          Deprecated. Replaced by setYOffset(Double).
 void setYOffset(java.lang.Double yOffset)
           
 
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, 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, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, 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:
getCategoryAxisLabelExpression in interface JRBar3DPlot

getCategoryAxisLabelFont

public JRFont getCategoryAxisLabelFont()
Specified by:
getCategoryAxisLabelFont in interface JRCategoryAxisFormat

getCategoryAxisLabelColor

public java.awt.Color getCategoryAxisLabelColor()
Specified by:
getCategoryAxisLabelColor in interface JRCategoryAxisFormat

getOwnCategoryAxisLabelColor

public java.awt.Color getOwnCategoryAxisLabelColor()
Specified by:
getOwnCategoryAxisLabelColor in interface JRCategoryAxisFormat

setCategoryAxisLabelColor

public void setCategoryAxisLabelColor(java.awt.Color color)

getCategoryAxisTickLabelFont

public JRFont getCategoryAxisTickLabelFont()
Specified by:
getCategoryAxisTickLabelFont in interface JRCategoryAxisFormat

getCategoryAxisTickLabelColor

public java.awt.Color getCategoryAxisTickLabelColor()
Specified by:
getCategoryAxisTickLabelColor in interface JRCategoryAxisFormat

getOwnCategoryAxisTickLabelColor

public java.awt.Color getOwnCategoryAxisTickLabelColor()
Specified by:
getOwnCategoryAxisTickLabelColor in interface JRCategoryAxisFormat

setCategoryAxisTickLabelColor

public void setCategoryAxisTickLabelColor(java.awt.Color color)

getCategoryAxisTickLabelMask

public java.lang.String getCategoryAxisTickLabelMask()
Specified by:
getCategoryAxisTickLabelMask in interface JRCategoryAxisFormat

getCategoryAxisVerticalTickLabels

public java.lang.Boolean getCategoryAxisVerticalTickLabels()
Specified by:
getCategoryAxisVerticalTickLabels in interface JRCategoryAxisFormat

getCategoryAxisTickLabelRotation

public java.lang.Double getCategoryAxisTickLabelRotation()
Specified by:
getCategoryAxisTickLabelRotation in interface JRCategoryAxisFormat

setCategoryAxisTickLabelRotation

public void setCategoryAxisTickLabelRotation(java.lang.Double labelRotation)
Specified by:
setCategoryAxisTickLabelRotation in interface JRCategoryAxisFormat

getCategoryAxisLineColor

public java.awt.Color getCategoryAxisLineColor()
Specified by:
getCategoryAxisLineColor in interface JRCategoryAxisFormat

getOwnCategoryAxisLineColor

public java.awt.Color getOwnCategoryAxisLineColor()
Specified by:
getOwnCategoryAxisLineColor in interface JRCategoryAxisFormat

setCategoryAxisLineColor

public void setCategoryAxisLineColor(java.awt.Color color)

getValueAxisLabelExpression

public JRExpression getValueAxisLabelExpression()
Specified by:
getValueAxisLabelExpression in interface JRBar3DPlot

getDomainAxisMinValueExpression

public JRExpression getDomainAxisMinValueExpression()
Specified by:
getDomainAxisMinValueExpression in interface JRBar3DPlot

getDomainAxisMaxValueExpression

public JRExpression getDomainAxisMaxValueExpression()
Specified by:
getDomainAxisMaxValueExpression in interface JRBar3DPlot

getRangeAxisMinValueExpression

public JRExpression getRangeAxisMinValueExpression()
Specified by:
getRangeAxisMinValueExpression in interface JRBar3DPlot

getRangeAxisMaxValueExpression

public JRExpression getRangeAxisMaxValueExpression()
Specified by:
getRangeAxisMaxValueExpression in interface JRBar3DPlot

getValueAxisLabelFont

public JRFont getValueAxisLabelFont()
Specified by:
getValueAxisLabelFont in interface JRValueAxisFormat

getValueAxisLabelColor

public java.awt.Color getValueAxisLabelColor()
Specified by:
getValueAxisLabelColor in interface JRValueAxisFormat

getOwnValueAxisLabelColor

public java.awt.Color getOwnValueAxisLabelColor()
Specified by:
getOwnValueAxisLabelColor in interface JRValueAxisFormat

setValueAxisLabelColor

public void setValueAxisLabelColor(java.awt.Color color)

getValueAxisTickLabelFont

public JRFont getValueAxisTickLabelFont()
Specified by:
getValueAxisTickLabelFont in interface JRValueAxisFormat

getValueAxisTickLabelColor

public java.awt.Color getValueAxisTickLabelColor()
Specified by:
getValueAxisTickLabelColor in interface JRValueAxisFormat

getOwnValueAxisTickLabelColor

public java.awt.Color getOwnValueAxisTickLabelColor()
Specified by:
getOwnValueAxisTickLabelColor in interface JRValueAxisFormat

setValueAxisTickLabelColor

public void setValueAxisTickLabelColor(java.awt.Color color)

getValueAxisTickLabelMask

public java.lang.String getValueAxisTickLabelMask()
Specified by:
getValueAxisTickLabelMask in interface JRValueAxisFormat

getValueAxisVerticalTickLabels

public java.lang.Boolean getValueAxisVerticalTickLabels()
Specified by:
getValueAxisVerticalTickLabels in interface JRValueAxisFormat

getValueAxisLineColor

public java.awt.Color getValueAxisLineColor()
Specified by:
getValueAxisLineColor in interface JRValueAxisFormat

getOwnValueAxisLineColor

public java.awt.Color getOwnValueAxisLineColor()
Specified by:
getOwnValueAxisLineColor in interface JRValueAxisFormat

setValueAxisLineColor

public void setValueAxisLineColor(java.awt.Color color)

getXOffset

public double getXOffset()
Deprecated. Replaced by getXOffsetDouble()

Specified by:
getXOffset in interface JRBar3DPlot

getXOffsetDouble

public java.lang.Double getXOffsetDouble()
Specified by:
getXOffsetDouble in interface JRBar3DPlot

setXOffset

public void setXOffset(double xOffset)
Deprecated. Replaced by setXOffset(Double).

Specified by:
setXOffset in interface JRBar3DPlot

setXOffset

public void setXOffset(java.lang.Double xOffset)
Specified by:
setXOffset in interface JRBar3DPlot

getYOffset

public double getYOffset()
Deprecated. Replaced by getYOffsetDouble()

Specified by:
getYOffset in interface JRBar3DPlot

getYOffsetDouble

public java.lang.Double getYOffsetDouble()
Specified by:
getYOffsetDouble in interface JRBar3DPlot

setYOffset

public void setYOffset(double yOffset)
Deprecated. Replaced by setYOffset(Double).

Specified by:
setYOffset in interface JRBar3DPlot

setYOffset

public void setYOffset(java.lang.Double yOffset)
Specified by:
setYOffset in interface JRBar3DPlot

isShowLabels

public boolean isShowLabels()
Deprecated. Replaced by getShowLabels()

Specified by:
isShowLabels in interface JRBar3DPlot

getShowLabels

public java.lang.Boolean getShowLabels()
Specified by:
getShowLabels in interface JRBar3DPlot

getItemLabel

public JRItemLabel getItemLabel()
Specified by:
getItemLabel in interface JRBar3DPlot

setItemLabel

public void setItemLabel(JRItemLabel itemLabel)

setShowLabels

public void setShowLabels(boolean isShowLabels)
Deprecated. Replaced by setShowLabels(Boolean).

Specified by:
setShowLabels in interface JRBar3DPlot

setShowLabels

public void setShowLabels(java.lang.Boolean isShowLabels)
Specified by:
setShowLabels in interface JRBar3DPlot


Copyright © 2011. All Rights Reserved.