net.sf.jasperreports.charts.fill
Class JRFillLinePlot

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

public class JRFillLinePlot
extends JRFillChartPlot
implements JRLinePlot

Version:
$Id: JRFillLinePlot.java,v 1.6 2005/07/09 09:14:49 teodord Exp $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
parent
 
Constructor Summary
JRFillLinePlot(JRLinePlot plot, JRFillObjectFactory factory)
           
 
Method Summary
 JRExpression getCategoryAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines(boolean value)
           
 void setShowShapes(boolean value)
           
 
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

JRFillLinePlot

public JRFillLinePlot(JRLinePlot plot,
                      JRFillObjectFactory factory)
Method Detail

getCategoryAxisLabelExpression

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

getValueAxisLabelExpression

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

isShowShapes

public boolean isShowShapes()
Specified by:
isShowShapes in interface JRLinePlot

setShowShapes

public void setShowShapes(boolean value)
Specified by:
setShowShapes in interface JRLinePlot

isShowLines

public boolean isShowLines()
Specified by:
isShowLines in interface JRLinePlot

setShowLines

public void setShowLines(boolean value)
Specified by:
setShowLines in interface JRLinePlot


© 2001-2005 JasperSoft Corporation www.jaspersoft.com