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 2443 2008-11-03 14:43:47Z shertage $
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
| 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 |
getXAxisLabelExpression
JRExpression getXAxisLabelExpression()
getYAxisLabelExpression
JRExpression getYAxisLabelExpression()
getScaleType
int getScaleType()
- Deprecated. Replaced by
getScaleTypeInteger()
getScaleTypeInteger
java.lang.Integer getScaleTypeInteger()
setScaleType
void setScaleType(int scaleType)
- Deprecated. Replaced by
setScaleType(Integer)
setScaleType
void setScaleType(java.lang.Integer scaleType)
© 2001-2006 JasperSoft Corporation www.jaspersoft.com