Package net.sf.jasperreports.charts.fill
Class JRFillBubblePlot
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillBubblePlot
- All Implemented Interfaces:
Cloneable,JRBubblePlot,JRChartPlot,JRXAxisFormat,JRYAxisFormat,JRCloneable
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Colorprotected JRFontprotected Colorprotected Colorprotected JRFontprotected Colorprotected JRFontprotected Colorprotected Colorprotected JRFontFields inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
chart, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetScaleType(ScaleTypeEnum scaleType) Sets the scale type.Methods inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setBand, 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, clone, collectExpressions, 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
-
xAxisLabelFont
-
xAxisLabelColor
-
xAxisTickLabelFont
-
xAxisTickLabelColor
-
xAxisLineColor
-
yAxisLabelFont
-
yAxisLabelColor
-
yAxisTickLabelFont
-
yAxisTickLabelColor
-
yAxisLineColor
-
-
Constructor Details
-
JRFillBubblePlot
-
-
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:
-
setScaleType
Description copied from interface:JRBubblePlotSets the scale type.- Specified by:
setScaleTypein interfaceJRBubblePlot- Parameters:
scaleType- the scale type
-
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
-