net.sf.jasperreports.charts
Interface JRBubblePlot

All Superinterfaces:
JRChartPlot, JRXAxisFormat, JRYAxisFormat
All Known Implementing Classes:
JRBaseBubblePlot, JRDesignBubblePlot, JRFillBubblePlot

public interface JRBubblePlot
extends JRChartPlot, JRXAxisFormat, JRYAxisFormat

Version:
$Id: JRBubblePlot.java 1577 2007-02-09 11:25:48Z teodord $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Method Summary
 int getScaleType()
           
 JRExpression getXAxisLabelExpression()
           
 JRExpression getYAxisLabelExpression()
           
 void setScaleType(int scaleType)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
 
Methods inherited from interface net.sf.jasperreports.charts.JRXAxisFormat
getOwnXAxisLabelColor, getOwnXAxisLineColor, getOwnXAxisTickLabelColor, getXAxisLabelColor, getXAxisLabelFont, getXAxisLineColor, getXAxisTickLabelColor, getXAxisTickLabelFont, getXAxisTickLabelMask
 
Methods inherited from interface net.sf.jasperreports.charts.JRYAxisFormat
getOwnYAxisLabelColor, getOwnYAxisLineColor, getOwnYAxisTickLabelColor, getYAxisLabelColor, getYAxisLabelFont, getYAxisLineColor, getYAxisTickLabelColor, getYAxisTickLabelFont, getYAxisTickLabelMask
 

Method Detail

getXAxisLabelExpression

JRExpression getXAxisLabelExpression()

getYAxisLabelExpression

JRExpression getYAxisLabelExpression()

getScaleType

int getScaleType()

setScaleType

void setScaleType(int scaleType)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com