net.sf.jasperreports.charts
Interface JRBubblePlot
- All Superinterfaces:
- java.lang.Cloneable, JRChartPlot, JRCloneable, JRXAxisFormat, JRYAxisFormat
- All Known Implementing Classes:
- JRBaseBubblePlot, JRDesignBubblePlot, JRFillBubblePlot
public interface JRBubblePlot
- extends JRChartPlot, JRXAxisFormat, JRYAxisFormat
- Version:
- $Id: JRBubblePlot.java 3032 2009-08-27 11:32:28Z teodord $
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, 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)
getDomainAxisMinValueExpression
JRExpression getDomainAxisMinValueExpression()
getDomainAxisMaxValueExpression
JRExpression getDomainAxisMaxValueExpression()
getRangeAxisMinValueExpression
JRExpression getRangeAxisMinValueExpression()
getRangeAxisMaxValueExpression
JRExpression getRangeAxisMaxValueExpression()
© 2001-2009 Jaspersoft Corporation www.jaspersoft.com