net.sf.jasperreports.charts.design
Class JRDesignBar3DPlot

java.lang.Object
  extended by net.sf.jasperreports.engine.base.JRBaseChartPlot
      extended by net.sf.jasperreports.charts.base.JRBaseBar3DPlot
          extended by net.sf.jasperreports.charts.design.JRDesignBar3DPlot
All Implemented Interfaces:
java.io.Serializable, JRBar3DPlot, JRChartPlot

public class JRDesignBar3DPlot
extends JRBaseBar3DPlot

Version:
$Id: JRDesignBar3DPlot.java 1386 2006-09-06 00:33:02 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColor
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Field Summary
 
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseBar3DPlot
categoryAxisLabelColor, categoryAxisLabelExpression, categoryAxisLabelFont, categoryAxisLineColor, categoryAxisTickLabelColor, categoryAxisTickLabelFont, categoryAxisTickLabelMask, isShowLabels, valueAxisLabelColor, valueAxisLabelExpression, valueAxisLabelFont, valueAxisLineColor, valueAxisTickLabelColor, valueAxisTickLabelFont, valueAxisTickLabelMask, xOffset, yOffset
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, labelRotation, orientation, seriesColors
 
Constructor Summary
JRDesignBar3DPlot(JRChartPlot barPlot)
           
 
Method Summary
 void setCategoryAxisFormat(JRAxisFormat axisFormat)
           
 void setCategoryAxisLabelColor(java.awt.Color categoryAxisLabelColor)
           
 void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
           
 void setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
           
 void setCategoryAxisLineColor(java.awt.Color categoryAxisLineColor)
           
 void setCategoryAxisTickLabelColor(java.awt.Color categoryAxisTickLabelColor)
           
 void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
           
 void setCategoryAxisTickLabelMask(java.lang.String categoryAxisTickLabelMask)
           
 void setValueAxisFormat(JRAxisFormat axisFormat)
           
 void setValueAxisLabelColor(java.awt.Color valueAxisLabelColor)
           
 void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
           
 void setValueAxisLabelFont(JRFont valueAxisLabelFont)
           
 void setValueAxisLineColor(java.awt.Color valueAxisLineColor)
           
 void setValueAxisTickLabelColor(java.awt.Color valueAxisTickLabelColor)
           
 void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
           
 void setValueAxisTickLabelMask(java.lang.String valueAxisTickLabelMask)
           
 
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseBar3DPlot
collectExpressions, getCategoryAxisLabelColor, getCategoryAxisLabelExpression, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getValueAxisLabelColor, getValueAxisLabelExpression, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getXOffset, getYOffset, isShowLabels, setShowLabels, setXOffset, setYOffset
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation
 

Constructor Detail

JRDesignBar3DPlot

public JRDesignBar3DPlot(JRChartPlot barPlot)
Method Detail

setCategoryAxisLabelExpression

public void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)

setCategoryAxisLabelFont

public void setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)

setCategoryAxisLabelColor

public void setCategoryAxisLabelColor(java.awt.Color categoryAxisLabelColor)

setCategoryAxisTickLabelFont

public void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)

setCategoryAxisTickLabelColor

public void setCategoryAxisTickLabelColor(java.awt.Color categoryAxisTickLabelColor)

setCategoryAxisTickLabelMask

public void setCategoryAxisTickLabelMask(java.lang.String categoryAxisTickLabelMask)

setCategoryAxisLineColor

public void setCategoryAxisLineColor(java.awt.Color categoryAxisLineColor)

setValueAxisLabelExpression

public void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)

setValueAxisLabelFont

public void setValueAxisLabelFont(JRFont valueAxisLabelFont)

setValueAxisLabelColor

public void setValueAxisLabelColor(java.awt.Color valueAxisLabelColor)

setValueAxisTickLabelFont

public void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)

setValueAxisTickLabelColor

public void setValueAxisTickLabelColor(java.awt.Color valueAxisTickLabelColor)

setValueAxisTickLabelMask

public void setValueAxisTickLabelMask(java.lang.String valueAxisTickLabelMask)

setValueAxisLineColor

public void setValueAxisLineColor(java.awt.Color valueAxisLineColor)

setCategoryAxisFormat

public void setCategoryAxisFormat(JRAxisFormat axisFormat)

setValueAxisFormat

public void setValueAxisFormat(JRAxisFormat axisFormat)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com