net.sf.jasperreports.charts.base
Class JRBaseBarPlot

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

public class JRBaseBarPlot
extends JRBaseChartPlot
implements JRBarPlot

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

Field Summary
protected  JRExpression categoryAxisLabelExpression
           
protected  boolean isShowLabels
           
protected  boolean isShowTickLabels
           
protected  boolean isShowTickMarks
           
protected  JRExpression valueAxisLabelExpression
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Constructor Summary
JRBaseBarPlot(JRBarPlot barPlot, JRBaseObjectFactory factory)
           
JRBaseBarPlot(JRChartPlot barPlot)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 JRExpression getCategoryAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowLabels()
           
 boolean isShowTickLabels()
           
 boolean isShowTickMarks()
           
 void setShowLabels(boolean isShowLabels)
           
 void setShowTickLabels(boolean isShowTickLabels)
           
 void setShowTickMarks(boolean isShowTickMarks)
           
 
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
 

Field Detail

categoryAxisLabelExpression

protected JRExpression categoryAxisLabelExpression

valueAxisLabelExpression

protected JRExpression valueAxisLabelExpression

isShowTickMarks

protected boolean isShowTickMarks

isShowTickLabels

protected boolean isShowTickLabels

isShowLabels

protected boolean isShowLabels
Constructor Detail

JRBaseBarPlot

public JRBaseBarPlot(JRChartPlot barPlot)

JRBaseBarPlot

public JRBaseBarPlot(JRBarPlot barPlot,
                     JRBaseObjectFactory factory)
Method Detail

getCategoryAxisLabelExpression

public JRExpression getCategoryAxisLabelExpression()
Specified by:
getCategoryAxisLabelExpression in interface JRBarPlot

getValueAxisLabelExpression

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

isShowTickMarks

public boolean isShowTickMarks()
Specified by:
isShowTickMarks in interface JRBarPlot

setShowTickMarks

public void setShowTickMarks(boolean isShowTickMarks)
Specified by:
setShowTickMarks in interface JRBarPlot

isShowTickLabels

public boolean isShowTickLabels()
Specified by:
isShowTickLabels in interface JRBarPlot

setShowTickLabels

public void setShowTickLabels(boolean isShowTickLabels)
Specified by:
setShowTickLabels in interface JRBarPlot

isShowLabels

public boolean isShowLabels()
Specified by:
isShowLabels in interface JRBarPlot

setShowLabels

public void setShowLabels(boolean isShowLabels)
Specified by:
setShowLabels in interface JRBarPlot

collectExpressions

public void collectExpressions(JRExpressionCollector collector)
Specified by:
collectExpressions in interface JRChartPlot


© 2001-2005 JasperSoft Corporation www.jaspersoft.com