net.sf.jasperreports.charts.base
Class JRBaseBubblePlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseBubblePlot
- All Implemented Interfaces:
- java.io.Serializable, JRBubblePlot, JRChartPlot
- Direct Known Subclasses:
- JRDesignBubblePlot
public class JRBaseBubblePlot
- extends JRBaseChartPlot
- implements JRBubblePlot
- Version:
- $Id: JRBaseBubblePlot.java,v 1.11 2005/10/09 21:34:26 teodord Exp $
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xAxisLabelExpression
protected JRExpression xAxisLabelExpression
yAxisLabelExpression
protected JRExpression yAxisLabelExpression
scaleType
protected int scaleType
JRBaseBubblePlot
public JRBaseBubblePlot(JRChartPlot bubblePlot)
JRBaseBubblePlot
public JRBaseBubblePlot(JRBubblePlot bubblePlot,
JRBaseObjectFactory factory)
getXAxisLabelExpression
public JRExpression getXAxisLabelExpression()
- Specified by:
getXAxisLabelExpression in interface JRBubblePlot
getYAxisLabelExpression
public JRExpression getYAxisLabelExpression()
- Specified by:
getYAxisLabelExpression in interface JRBubblePlot
getScaleType
public int getScaleType()
- Specified by:
getScaleType in interface JRBubblePlot
setScaleType
public void setScaleType(int scaleType)
- Specified by:
setScaleType in interface JRBubblePlot
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions in interface JRChartPlot
© 2001-2005 JasperSoft Corporation www.jaspersoft.com