Package net.sf.jasperreports.charts.base
Class JRBaseBubblePlot
- java.lang.Object
-
- net.sf.jasperreports.engine.base.JRBaseChartPlot
-
- net.sf.jasperreports.charts.base.JRBaseBubblePlot
-
- All Implemented Interfaces:
Serializable,Cloneable,JRBubblePlot,JRXAxisFormat,JRYAxisFormat,JRChangeEventsSupport,JRChartPlot,JRCloneable
- Direct Known Subclasses:
JRDesignBubblePlot
public class JRBaseBubblePlot extends JRBaseChartPlot implements JRBubblePlot
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColor
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Field Summary
Fields Modifier and Type Field Description protected JRExpressiondomainAxisMaxValueExpressionprotected JRExpressiondomainAxisMinValueExpressionstatic StringPROPERTY_SCALE_TYPEprotected JRExpressionrangeAxisMaxValueExpressionprotected JRExpressionrangeAxisMinValueExpressionprotected ScaleTypeEnumscaleTypeValueprotected ColorxAxisLabelColorprotected JRExpressionxAxisLabelExpressionprotected JRFontxAxisLabelFontprotected ColorxAxisLineColorprotected ColorxAxisTickLabelColorprotected JRFontxAxisTickLabelFontprotected StringxAxisTickLabelMaskprotected BooleanxAxisVerticalTickLabelsprotected ColoryAxisLabelColorprotected JRExpressionyAxisLabelExpressionprotected JRFontyAxisLabelFontprotected ColoryAxisLineColorprotected ColoryAxisTickLabelColorprotected JRFontyAxisTickLabelFontprotected StringyAxisTickLabelMaskprotected BooleanyAxisVerticalTickLabels-
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientationValue, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors
-
-
Constructor Summary
Constructors Constructor Description JRBaseBubblePlot(JRBubblePlot bubblePlot, JRBaseObjectFactory factory)JRBaseBubblePlot(JRChartPlot plot, JRChart chart)
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientationValue, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Field Detail
-
PROPERTY_SCALE_TYPE
public static final String PROPERTY_SCALE_TYPE
- See Also:
- Constant Field Values
-
xAxisLabelExpression
protected JRExpression xAxisLabelExpression
-
xAxisLabelFont
protected JRFont xAxisLabelFont
-
xAxisLabelColor
protected Color xAxisLabelColor
-
xAxisTickLabelFont
protected JRFont xAxisTickLabelFont
-
xAxisTickLabelColor
protected Color xAxisTickLabelColor
-
xAxisTickLabelMask
protected String xAxisTickLabelMask
-
xAxisVerticalTickLabels
protected Boolean xAxisVerticalTickLabels
-
xAxisLineColor
protected Color xAxisLineColor
-
yAxisLabelExpression
protected JRExpression yAxisLabelExpression
-
yAxisLabelFont
protected JRFont yAxisLabelFont
-
yAxisLabelColor
protected Color yAxisLabelColor
-
yAxisTickLabelFont
protected JRFont yAxisTickLabelFont
-
yAxisTickLabelColor
protected Color yAxisTickLabelColor
-
yAxisTickLabelMask
protected String yAxisTickLabelMask
-
yAxisVerticalTickLabels
protected Boolean yAxisVerticalTickLabels
-
yAxisLineColor
protected Color yAxisLineColor
-
domainAxisMinValueExpression
protected JRExpression domainAxisMinValueExpression
-
domainAxisMaxValueExpression
protected JRExpression domainAxisMaxValueExpression
-
rangeAxisMinValueExpression
protected JRExpression rangeAxisMinValueExpression
-
rangeAxisMaxValueExpression
protected JRExpression rangeAxisMaxValueExpression
-
scaleTypeValue
protected ScaleTypeEnum scaleTypeValue
-
-
Constructor Detail
-
JRBaseBubblePlot
public JRBaseBubblePlot(JRChartPlot plot, JRChart chart)
-
JRBaseBubblePlot
public JRBaseBubblePlot(JRBubblePlot bubblePlot, JRBaseObjectFactory factory)
-
-
Method Detail
-
getXAxisLabelExpression
public JRExpression getXAxisLabelExpression()
- Specified by:
getXAxisLabelExpressionin interfaceJRBubblePlot- Returns:
- the x axis label expression
-
getXAxisLabelFont
public JRFont getXAxisLabelFont()
- Specified by:
getXAxisLabelFontin interfaceJRXAxisFormat
-
getXAxisLabelColor
public Color getXAxisLabelColor()
- Specified by:
getXAxisLabelColorin interfaceJRXAxisFormat
-
getOwnXAxisLabelColor
public Color getOwnXAxisLabelColor()
- Specified by:
getOwnXAxisLabelColorin interfaceJRXAxisFormat
-
getXAxisTickLabelFont
public JRFont getXAxisTickLabelFont()
- Specified by:
getXAxisTickLabelFontin interfaceJRXAxisFormat
-
getXAxisTickLabelColor
public Color getXAxisTickLabelColor()
- Specified by:
getXAxisTickLabelColorin interfaceJRXAxisFormat
-
getOwnXAxisTickLabelColor
public Color getOwnXAxisTickLabelColor()
- Specified by:
getOwnXAxisTickLabelColorin interfaceJRXAxisFormat
-
getXAxisTickLabelMask
public String getXAxisTickLabelMask()
- Specified by:
getXAxisTickLabelMaskin interfaceJRXAxisFormat
-
getXAxisVerticalTickLabels
public Boolean getXAxisVerticalTickLabels()
- Specified by:
getXAxisVerticalTickLabelsin interfaceJRXAxisFormat
-
getXAxisLineColor
public Color getXAxisLineColor()
- Specified by:
getXAxisLineColorin interfaceJRXAxisFormat
-
getOwnXAxisLineColor
public Color getOwnXAxisLineColor()
- Specified by:
getOwnXAxisLineColorin interfaceJRXAxisFormat
-
getYAxisLabelExpression
public JRExpression getYAxisLabelExpression()
- Specified by:
getYAxisLabelExpressionin interfaceJRBubblePlot- Returns:
- the y axis label expression
-
getYAxisLabelFont
public JRFont getYAxisLabelFont()
- Specified by:
getYAxisLabelFontin interfaceJRYAxisFormat
-
getYAxisLabelColor
public Color getYAxisLabelColor()
- Specified by:
getYAxisLabelColorin interfaceJRYAxisFormat
-
getOwnYAxisLabelColor
public Color getOwnYAxisLabelColor()
- Specified by:
getOwnYAxisLabelColorin interfaceJRYAxisFormat
-
getYAxisTickLabelFont
public JRFont getYAxisTickLabelFont()
- Specified by:
getYAxisTickLabelFontin interfaceJRYAxisFormat
-
getYAxisTickLabelColor
public Color getYAxisTickLabelColor()
- Specified by:
getYAxisTickLabelColorin interfaceJRYAxisFormat
-
getOwnYAxisTickLabelColor
public Color getOwnYAxisTickLabelColor()
- Specified by:
getOwnYAxisTickLabelColorin interfaceJRYAxisFormat
-
getYAxisTickLabelMask
public String getYAxisTickLabelMask()
- Specified by:
getYAxisTickLabelMaskin interfaceJRYAxisFormat
-
getYAxisVerticalTickLabels
public Boolean getYAxisVerticalTickLabels()
- Specified by:
getYAxisVerticalTickLabelsin interfaceJRYAxisFormat
-
getYAxisLineColor
public Color getYAxisLineColor()
- Specified by:
getYAxisLineColorin interfaceJRYAxisFormat
-
getOwnYAxisLineColor
public Color getOwnYAxisLineColor()
- Specified by:
getOwnYAxisLineColorin interfaceJRYAxisFormat
-
getScaleTypeValue
public ScaleTypeEnum getScaleTypeValue()
- Specified by:
getScaleTypeValuein interfaceJRBubblePlot- Returns:
- the scale type. Possible values are:
- See Also:
ScaleTypeEnum
-
getDomainAxisMinValueExpression
public JRExpression getDomainAxisMinValueExpression()
- Specified by:
getDomainAxisMinValueExpressionin interfaceJRBubblePlot- Returns:
- the minimum value expression for the domain axis
-
getDomainAxisMaxValueExpression
public JRExpression getDomainAxisMaxValueExpression()
- Specified by:
getDomainAxisMaxValueExpressionin interfaceJRBubblePlot- Returns:
- the maximum value expression for the domain axis
-
getRangeAxisMinValueExpression
public JRExpression getRangeAxisMinValueExpression()
- Specified by:
getRangeAxisMinValueExpressionin interfaceJRBubblePlot- Returns:
- the minimum value expression for the range axis
-
getRangeAxisMaxValueExpression
public JRExpression getRangeAxisMaxValueExpression()
- Specified by:
getRangeAxisMaxValueExpressionin interfaceJRBubblePlot- Returns:
- the maximum value expression for the range axis
-
setScaleType
public void setScaleType(ScaleTypeEnum scaleTypeValue)
Description copied from interface:JRBubblePlotSets the scale type.- Specified by:
setScaleTypein interfaceJRBubblePlot- Parameters:
scaleTypeValue- the scale type
-
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressionsin interfaceJRChartPlot
-
clone
public Object clone(JRChart parentChart)
- Specified by:
clonein interfaceJRChartPlot- Overrides:
clonein classJRBaseChartPlot
-
-