net.sf.jasperreports.charts.base
Class JRBaseBubblePlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.sf.jasperreports.charts.base.JRBaseBubblePlot
All Implemented Interfaces:
JRBubblePlot, JRChartPlot, java.io.Serializable
Direct Known Subclasses:
JRDesignBubblePlot

public class JRBaseBubblePlot
extends JRBaseChartPlot
implements JRBubblePlot

Version:
$Id: JRBaseBubblePlot.java,v 1.10 2005/09/07 13:58:25 teodord Exp $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
protected  int scaleType
           
protected  JRExpression xAxisLabelExpression
           
protected  JRExpression yAxisLabelExpression
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Constructor Summary
JRBaseBubblePlot(JRBubblePlot bubblePlot, JRBaseObjectFactory factory)
           
JRBaseBubblePlot(JRChartPlot bubblePlot)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 int getScaleType()
           
 JRExpression getXAxisLabelExpression()
           
 JRExpression getYAxisLabelExpression()
           
 void setScaleType(int scaleType)
           
 
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

xAxisLabelExpression

protected JRExpression xAxisLabelExpression

yAxisLabelExpression

protected JRExpression yAxisLabelExpression

scaleType

protected int scaleType
Constructor Detail

JRBaseBubblePlot

public JRBaseBubblePlot(JRChartPlot bubblePlot)

JRBaseBubblePlot

public JRBaseBubblePlot(JRBubblePlot bubblePlot,
                        JRBaseObjectFactory factory)
Method Detail

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