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
public class JRDesignBubblePlot extends JRBaseBubblePlot
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.charts.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColor
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION
static String
PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION
static String
PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION
static String
PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION
static String
PROPERTY_X_AXIS_LABEL_COLOR
static String
PROPERTY_X_AXIS_LABEL_EXPRESSION
static String
PROPERTY_X_AXIS_LABEL_FONT
static String
PROPERTY_X_AXIS_LINE_COLOR
static String
PROPERTY_X_AXIS_TICK_LABEL_COLOR
static String
PROPERTY_X_AXIS_TICK_LABEL_FONT
static String
PROPERTY_X_AXIS_TICK_LABEL_MASK
static String
PROPERTY_X_AXIS_VERTICAL_TICK_LABELS
static String
PROPERTY_Y_AXIS_LABEL_COLOR
static String
PROPERTY_Y_AXIS_LABEL_EXPRESSION
static String
PROPERTY_Y_AXIS_LABEL_FONT
static String
PROPERTY_Y_AXIS_LINE_COLOR
static String
PROPERTY_Y_AXIS_TICK_LABEL_COLOR
static String
PROPERTY_Y_AXIS_TICK_LABEL_FONT
static String
PROPERTY_Y_AXIS_TICK_LABEL_MASK
static String
PROPERTY_Y_AXIS_VERTICAL_TICK_LABELS
-
Fields 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, yAxisVerticalTickLabels
-
Fields 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 Constructor Description JRDesignBubblePlot(JRChartPlot plot, JRChart chart)
-
Method Summary
-
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, setScaleType
-
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, 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.charts.JRChartPlot
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Field Detail
-
PROPERTY_X_AXIS_LABEL_COLOR
public static final String PROPERTY_X_AXIS_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_X_AXIS_LABEL_EXPRESSION
public static final String PROPERTY_X_AXIS_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_X_AXIS_LABEL_FONT
public static final String PROPERTY_X_AXIS_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_X_AXIS_LINE_COLOR
public static final String PROPERTY_X_AXIS_LINE_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_X_AXIS_TICK_LABEL_COLOR
public static final String PROPERTY_X_AXIS_TICK_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_X_AXIS_TICK_LABEL_FONT
public static final String PROPERTY_X_AXIS_TICK_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_X_AXIS_TICK_LABEL_MASK
public static final String PROPERTY_X_AXIS_TICK_LABEL_MASK
- See Also:
- Constant Field Values
-
PROPERTY_X_AXIS_VERTICAL_TICK_LABELS
public static final String PROPERTY_X_AXIS_VERTICAL_TICK_LABELS
- See Also:
- Constant Field Values
-
PROPERTY_Y_AXIS_LABEL_COLOR
public static final String PROPERTY_Y_AXIS_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_Y_AXIS_LABEL_EXPRESSION
public static final String PROPERTY_Y_AXIS_LABEL_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_Y_AXIS_LABEL_FONT
public static final String PROPERTY_Y_AXIS_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_Y_AXIS_LINE_COLOR
public static final String PROPERTY_Y_AXIS_LINE_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_Y_AXIS_TICK_LABEL_COLOR
public static final String PROPERTY_Y_AXIS_TICK_LABEL_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_Y_AXIS_TICK_LABEL_FONT
public static final String PROPERTY_Y_AXIS_TICK_LABEL_FONT
- See Also:
- Constant Field Values
-
PROPERTY_Y_AXIS_TICK_LABEL_MASK
public static final String PROPERTY_Y_AXIS_TICK_LABEL_MASK
- See Also:
- Constant Field Values
-
PROPERTY_Y_AXIS_VERTICAL_TICK_LABELS
public static final String PROPERTY_Y_AXIS_VERTICAL_TICK_LABELS
- See Also:
- Constant Field Values
-
PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION
public static final String PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION
public static final String PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION
public static final String PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION
- See Also:
- Constant Field Values
-
PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION
public static final String PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JRDesignBubblePlot
public JRDesignBubblePlot(JRChartPlot plot, JRChart chart)
-
-
Method Detail
-
setXAxisLabelExpression
public void setXAxisLabelExpression(JRExpression xAxisLabelExpression)
-
setXAxisLabelFont
public void setXAxisLabelFont(JRFont xAxisLabelFont)
-
setXAxisLabelColor
public void setXAxisLabelColor(Color xAxisLabelColor)
-
setXAxisTickLabelFont
public void setXAxisTickLabelFont(JRFont xAxisTickLabelFont)
-
setXAxisTickLabelColor
public void setXAxisTickLabelColor(Color xAxisTickLabelColor)
-
setXAxisTickLabelMask
public void setXAxisTickLabelMask(String xAxisTickLabelMask)
-
setXAxisVerticalTickLabels
public void setXAxisVerticalTickLabels(Boolean xAxisVerticalTickLabels)
-
setXAxisLineColor
public void setXAxisLineColor(Color xAxisLineColor)
-
setYAxisLabelExpression
public void setYAxisLabelExpression(JRExpression yAxisLabelExpression)
-
setYAxisLabelFont
public void setYAxisLabelFont(JRFont yAxisLabelFont)
-
setYAxisLabelColor
public void setYAxisLabelColor(Color yAxisLabelColor)
-
setYAxisTickLabelFont
public void setYAxisTickLabelFont(JRFont yAxisTickLabelFont)
-
setYAxisTickLabelColor
public void setYAxisTickLabelColor(Color yAxisTickLabelColor)
-
setYAxisTickLabelMask
public void setYAxisTickLabelMask(String yAxisTickLabelMask)
-
setYAxisVerticalTickLabels
public void setYAxisVerticalTickLabels(Boolean yAxisVerticalTickLabels)
-
setYAxisLineColor
public void setYAxisLineColor(Color yAxisLineColor)
-
setXAxisFormat
public void setXAxisFormat(JRAxisFormat axisFormat)
-
setYAxisFormat
public void setYAxisFormat(JRAxisFormat axisFormat)
-
setDomainAxisMinValueExpression
public void setDomainAxisMinValueExpression(JRExpression domainAxisMinValueExpression)
-
setDomainAxisMaxValueExpression
public void setDomainAxisMaxValueExpression(JRExpression domainAxisMaxValueExpression)
-
setRangeAxisMinValueExpression
public void setRangeAxisMinValueExpression(JRExpression rangeAxisMinValueExpression)
-
setRangeAxisMaxValueExpression
public void setRangeAxisMaxValueExpression(JRExpression rangeAxisMaxValueExpression)
-
-