Package net.sf.jasperreports.charts.base
Class JRBaseBubblePlot
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseBubblePlot
- All Implemented Interfaces:
Serializable,Cloneable,JRBubblePlot,JRChartPlot,JRXAxisFormat,JRYAxisFormat,JRChangeEventsSupport,JRCloneable
- Direct Known Subclasses:
JRDesignBubblePlot
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColorNested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JRExpressionprotected JRExpressionstatic final Stringprotected JRExpressionprotected JRExpressionprotected ScaleTypeEnumprotected Colorprotected JRExpressionprotected JRFontprotected Colorprotected Colorprotected JRFontprotected Stringprotected Booleanprotected Colorprotected JRExpressionprotected JRFontprotected Colorprotected Colorprotected JRFontprotected Stringprotected BooleanFields inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
backcolor, backgroundAlpha, chart, foregroundAlpha, labelRotation, orientation, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors -
Constructor Summary
ConstructorsConstructorDescriptionJRBaseBubblePlot(JRBubblePlot bubblePlot, ChartsBaseObjectFactory factory) JRBaseBubblePlot(JRChartPlot plot, JRChart chart) -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectExpressions(ChartsExpressionCollector collector) voidsetScaleType(ScaleTypeEnum scaleType) Sets the scale type.Methods inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlpha, getChart, getEventSupport, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.charts.JRChartPlot
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Field Details
-
PROPERTY_SCALE_TYPE
- See Also:
-
xAxisLabelExpression
-
xAxisLabelFont
-
xAxisLabelColor
-
xAxisTickLabelFont
-
xAxisTickLabelColor
-
xAxisTickLabelMask
-
xAxisVerticalTickLabels
-
xAxisLineColor
-
yAxisLabelExpression
-
yAxisLabelFont
-
yAxisLabelColor
-
yAxisTickLabelFont
-
yAxisTickLabelColor
-
yAxisTickLabelMask
-
yAxisVerticalTickLabels
-
yAxisLineColor
-
domainAxisMinValueExpression
-
domainAxisMaxValueExpression
-
rangeAxisMinValueExpression
-
rangeAxisMaxValueExpression
-
scaleType
-
-
Constructor Details
-
JRBaseBubblePlot
-
JRBaseBubblePlot
-
-
Method Details
-
getXAxisLabelExpression
- Specified by:
getXAxisLabelExpressionin interfaceJRBubblePlot- Returns:
- the x axis label expression
-
getXAxisLabelFont
- Specified by:
getXAxisLabelFontin interfaceJRXAxisFormat
-
getXAxisLabelColor
- Specified by:
getXAxisLabelColorin interfaceJRXAxisFormat
-
getOwnXAxisLabelColor
- Specified by:
getOwnXAxisLabelColorin interfaceJRXAxisFormat
-
getXAxisTickLabelFont
- Specified by:
getXAxisTickLabelFontin interfaceJRXAxisFormat
-
getXAxisTickLabelColor
- Specified by:
getXAxisTickLabelColorin interfaceJRXAxisFormat
-
getOwnXAxisTickLabelColor
- Specified by:
getOwnXAxisTickLabelColorin interfaceJRXAxisFormat
-
getXAxisTickLabelMask
- Specified by:
getXAxisTickLabelMaskin interfaceJRXAxisFormat
-
getXAxisVerticalTickLabels
- Specified by:
getXAxisVerticalTickLabelsin interfaceJRXAxisFormat
-
getXAxisLineColor
- Specified by:
getXAxisLineColorin interfaceJRXAxisFormat
-
getOwnXAxisLineColor
- Specified by:
getOwnXAxisLineColorin interfaceJRXAxisFormat
-
getYAxisLabelExpression
- Specified by:
getYAxisLabelExpressionin interfaceJRBubblePlot- Returns:
- the y axis label expression
-
getYAxisLabelFont
- Specified by:
getYAxisLabelFontin interfaceJRYAxisFormat
-
getYAxisLabelColor
- Specified by:
getYAxisLabelColorin interfaceJRYAxisFormat
-
getOwnYAxisLabelColor
- Specified by:
getOwnYAxisLabelColorin interfaceJRYAxisFormat
-
getYAxisTickLabelFont
- Specified by:
getYAxisTickLabelFontin interfaceJRYAxisFormat
-
getYAxisTickLabelColor
- Specified by:
getYAxisTickLabelColorin interfaceJRYAxisFormat
-
getOwnYAxisTickLabelColor
- Specified by:
getOwnYAxisTickLabelColorin interfaceJRYAxisFormat
-
getYAxisTickLabelMask
- Specified by:
getYAxisTickLabelMaskin interfaceJRYAxisFormat
-
getYAxisVerticalTickLabels
- Specified by:
getYAxisVerticalTickLabelsin interfaceJRYAxisFormat
-
getYAxisLineColor
- Specified by:
getYAxisLineColorin interfaceJRYAxisFormat
-
getOwnYAxisLineColor
- Specified by:
getOwnYAxisLineColorin interfaceJRYAxisFormat
-
getScaleType
- Specified by:
getScaleTypein interfaceJRBubblePlot- Returns:
- the scale type. Possible values are:
- See Also:
-
getDomainAxisMinValueExpression
- Specified by:
getDomainAxisMinValueExpressionin interfaceJRBubblePlot- Returns:
- the minimum value expression for the domain axis
-
getDomainAxisMaxValueExpression
- Specified by:
getDomainAxisMaxValueExpressionin interfaceJRBubblePlot- Returns:
- the maximum value expression for the domain axis
-
getRangeAxisMinValueExpression
- Specified by:
getRangeAxisMinValueExpressionin interfaceJRBubblePlot- Returns:
- the minimum value expression for the range axis
-
getRangeAxisMaxValueExpression
- Specified by:
getRangeAxisMaxValueExpressionin interfaceJRBubblePlot- Returns:
- the maximum value expression for the range axis
-
setScaleType
Description copied from interface:JRBubblePlotSets the scale type.- Specified by:
setScaleTypein interfaceJRBubblePlot- Parameters:
scaleType- the scale type
-
collectExpressions
- Specified by:
collectExpressionsin interfaceJRChartPlot
-
clone
- Specified by:
clonein interfaceJRChartPlot- Overrides:
clonein classJRBaseChartPlot
-