net.sf.jasperreports.charts.fill
Class JRFillBarPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.fill.JRFillChartPlot
      extended bynet.sf.jasperreports.charts.fill.JRFillBarPlot
All Implemented Interfaces:
JRBarPlot, JRChartPlot

public class JRFillBarPlot
extends JRFillChartPlot
implements JRBarPlot

Version:
$Id: JRFillBarPlot.java,v 1.5 2005/07/09 09:14:49 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
parent
 
Constructor Summary
JRFillBarPlot(JRBarPlot barPlot, JRFillObjectFactory factory)
           
 
Method Summary
 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.fill.JRFillChartPlot
collectExpressions, 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
collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Constructor Detail

JRFillBarPlot

public JRFillBarPlot(JRBarPlot barPlot,
                     JRFillObjectFactory 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


© 2001-2005 JasperSoft Corporation www.jaspersoft.com