net.sf.jasperreports.charts.base
Class JRBaseLinePlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.sf.jasperreports.charts.base.JRBaseLinePlot
All Implemented Interfaces:
JRChartPlot, JRLinePlot, java.io.Serializable
Direct Known Subclasses:
JRDesignLinePlot

public class JRBaseLinePlot
extends JRBaseChartPlot
implements JRLinePlot

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

Field Summary
protected  JRExpression categoryAxisLabelExpression
           
protected  JRExpression valueAxisLabelExpression
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Constructor Summary
JRBaseLinePlot(JRChartPlot linePlot)
           
JRBaseLinePlot(JRLinePlot linePlot, JRBaseObjectFactory factory)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 JRExpression getCategoryAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines(boolean value)
           
 void setShowShapes(boolean value)
           
 
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
Constructor Detail

JRBaseLinePlot

public JRBaseLinePlot(JRChartPlot linePlot)

JRBaseLinePlot

public JRBaseLinePlot(JRLinePlot linePlot,
                      JRBaseObjectFactory 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

isShowLines

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

setShowShapes

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

setShowLines

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

collectExpressions

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


© 2001-2005 JasperSoft Corporation www.jaspersoft.com