net.sf.jasperreports.charts
Interface JRBubblePlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseBubblePlot, JRFillBubblePlot

public interface JRBubblePlot
extends JRChartPlot

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

Method Summary
 int getScaleType()
           
 JRExpression getXAxisLabelExpression()
           
 JRExpression getYAxisLabelExpression()
           
 void setScaleType(int scaleType)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Method Detail

getXAxisLabelExpression

public JRExpression getXAxisLabelExpression()

getYAxisLabelExpression

public JRExpression getYAxisLabelExpression()

getScaleType

public int getScaleType()

setScaleType

public void setScaleType(int scaleType)


© 2001-2005 JasperSoft Corporation www.jaspersoft.com