Class JRDesignBubblePlot
java.lang.Object
net.sf.jasperreports.charts.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseBubblePlot
net.sf.jasperreports.charts.design.JRDesignBubblePlot
- All Implemented Interfaces:
Serializable,Cloneable,JRBubblePlot,JRChartPlot,JRXAxisFormat,JRYAxisFormat,JRChangeEventsSupport,JRCloneable
- 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 TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class net.sf.jasperreports.charts.base.JRBaseBubblePlot
domainAxisMaxValueExpression, domainAxisMinValueExpression, PROPERTY_SCALE_TYPE, rangeAxisMaxValueExpression, rangeAxisMinValueExpression, scaleType, xAxisLabelColor, xAxisLabelExpression, xAxisLabelFont, xAxisLineColor, xAxisTickLabelColor, xAxisTickLabelFont, xAxisTickLabelMask, xAxisVerticalTickLabels, yAxisLabelColor, yAxisLabelExpression, yAxisLabelFont, yAxisLineColor, yAxisTickLabelColor, yAxisTickLabelFont, yAxisTickLabelMask, yAxisVerticalTickLabelsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDomainAxisMaxValueExpression(JRExpression domainAxisMaxValueExpression) voidsetDomainAxisMinValueExpression(JRExpression domainAxisMinValueExpression) voidsetRangeAxisMaxValueExpression(JRExpression rangeAxisMaxValueExpression) voidsetRangeAxisMinValueExpression(JRExpression rangeAxisMinValueExpression) voidsetXAxisFormat(JRAxisFormat axisFormat) voidsetXAxisLabelColor(Color xAxisLabelColor) voidsetXAxisLabelExpression(JRExpression xAxisLabelExpression) voidsetXAxisLabelFont(JRFont xAxisLabelFont) voidsetXAxisLineColor(Color xAxisLineColor) voidsetXAxisTickLabelColor(Color xAxisTickLabelColor) voidsetXAxisTickLabelFont(JRFont xAxisTickLabelFont) voidsetXAxisTickLabelMask(String xAxisTickLabelMask) voidsetXAxisVerticalTickLabels(Boolean xAxisVerticalTickLabels) voidsetYAxisFormat(JRAxisFormat axisFormat) voidsetYAxisLabelColor(Color yAxisLabelColor) voidsetYAxisLabelExpression(JRExpression yAxisLabelExpression) voidsetYAxisLabelFont(JRFont yAxisLabelFont) voidsetYAxisLineColor(Color yAxisLineColor) voidsetYAxisTickLabelColor(Color yAxisTickLabelColor) voidsetYAxisTickLabelFont(JRFont yAxisTickLabelFont) voidsetYAxisTickLabelMask(String yAxisTickLabelMask) voidsetYAxisVerticalTickLabels(Boolean yAxisVerticalTickLabels) Methods inherited from class net.sf.jasperreports.charts.base.JRBaseBubblePlot
clone, collectExpressions, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getOwnXAxisLabelColor, getOwnXAxisLineColor, getOwnXAxisTickLabelColor, getOwnYAxisLabelColor, getOwnYAxisLineColor, getOwnYAxisTickLabelColor, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getScaleType, getXAxisLabelColor, getXAxisLabelExpression, getXAxisLabelFont, getXAxisLineColor, getXAxisTickLabelColor, getXAxisTickLabelFont, getXAxisTickLabelMask, getXAxisVerticalTickLabels, getYAxisLabelColor, getYAxisLabelExpression, getYAxisLabelFont, getYAxisLineColor, getYAxisTickLabelColor, getYAxisTickLabelFont, getYAxisTickLabelMask, getYAxisVerticalTickLabels, setScaleTypeMethods 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_X_AXIS_LABEL_COLOR
- See Also:
-
PROPERTY_X_AXIS_LABEL_EXPRESSION
- See Also:
-
PROPERTY_X_AXIS_LABEL_FONT
- See Also:
-
PROPERTY_X_AXIS_LINE_COLOR
- See Also:
-
PROPERTY_X_AXIS_TICK_LABEL_COLOR
- See Also:
-
PROPERTY_X_AXIS_TICK_LABEL_FONT
- See Also:
-
PROPERTY_X_AXIS_TICK_LABEL_MASK
- See Also:
-
PROPERTY_X_AXIS_VERTICAL_TICK_LABELS
- See Also:
-
PROPERTY_Y_AXIS_LABEL_COLOR
- See Also:
-
PROPERTY_Y_AXIS_LABEL_EXPRESSION
- See Also:
-
PROPERTY_Y_AXIS_LABEL_FONT
- See Also:
-
PROPERTY_Y_AXIS_LINE_COLOR
- See Also:
-
PROPERTY_Y_AXIS_TICK_LABEL_COLOR
- See Also:
-
PROPERTY_Y_AXIS_TICK_LABEL_FONT
- See Also:
-
PROPERTY_Y_AXIS_TICK_LABEL_MASK
- See Also:
-
PROPERTY_Y_AXIS_VERTICAL_TICK_LABELS
- See Also:
-
PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION
- See Also:
-
PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION
- See Also:
-
PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION
- See Also:
-
PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION
- See Also:
-
-
Constructor Details
-
JRDesignBubblePlot
-
-
Method Details
-
setXAxisLabelExpression
-
setXAxisLabelFont
-
setXAxisLabelColor
-
setXAxisTickLabelFont
-
setXAxisTickLabelColor
-
setXAxisTickLabelMask
-
setXAxisVerticalTickLabels
-
setXAxisLineColor
-
setYAxisLabelExpression
-
setYAxisLabelFont
-
setYAxisLabelColor
-
setYAxisTickLabelFont
-
setYAxisTickLabelColor
-
setYAxisTickLabelMask
-
setYAxisVerticalTickLabels
-
setYAxisLineColor
-
setXAxisFormat
-
setYAxisFormat
-
setDomainAxisMinValueExpression
-
setDomainAxisMaxValueExpression
-
setRangeAxisMinValueExpression
-
setRangeAxisMaxValueExpression
-