net.sf.jasperreports.charts.design
Class JRDesignBarPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.sf.jasperreports.charts.base.JRBaseBarPlot
          extended bynet.sf.jasperreports.charts.design.JRDesignBarPlot
All Implemented Interfaces:
JRBarPlot, JRChartPlot, java.io.Serializable

public class JRDesignBarPlot
extends JRBaseBarPlot

Version:
$Id: JRDesignBarPlot.java,v 1.9 2005/10/09 21:34:26 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseBarPlot
categoryAxisLabelExpression, isShowLabels, isShowTickLabels, isShowTickMarks, valueAxisLabelExpression
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Constructor Summary
JRDesignBarPlot(JRChartPlot barPlot)
           
 
Method Summary
 void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
           
 void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
           
 
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseBarPlot
collectExpressions, getCategoryAxisLabelExpression, getValueAxisLabelExpression, isShowLabels, isShowTickLabels, isShowTickMarks, setShowLabels, setShowTickLabels, setShowTickMarks
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, 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
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Constructor Detail

JRDesignBarPlot

public JRDesignBarPlot(JRChartPlot barPlot)
Method Detail

setCategoryAxisLabelExpression

public void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)

setValueAxisLabelExpression

public void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com