net.sf.jasperreports.charts.design
Class JRDesignScatterPlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseScatterPlot
net.sf.jasperreports.charts.design.JRDesignScatterPlot
- All Implemented Interfaces:
- java.io.Serializable, JRScatterPlot, JRXAxisFormat, JRYAxisFormat, JRChangeEventsSupport, JRChartPlot
public class JRDesignScatterPlot
- extends JRBaseScatterPlot
- Version:
- $Id: JRDesignScatterPlot.java 1923 2007-10-25 09:44:32Z lucianc $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseScatterPlot |
PROPERTY_SHOW_LINES, PROPERTY_SHOW_SHAPES, xAxisLabelColor, xAxisLabelExpression, xAxisLabelFont, xAxisLineColor, xAxisTickLabelColor, xAxisTickLabelFont, xAxisTickLabelMask, yAxisLabelColor, yAxisLabelExpression, yAxisLabelFont, yAxisLineColor, yAxisTickLabelColor, yAxisTickLabelFont, yAxisTickLabelMask |
Fields inherited from class net.sf.jasperreports.engine.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 |
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseScatterPlot |
clone, collectExpressions, getOwnXAxisLabelColor, getOwnXAxisLineColor, getOwnXAxisTickLabelColor, getOwnYAxisLabelColor, getOwnYAxisLineColor, getOwnYAxisTickLabelColor, getXAxisLabelColor, getXAxisLabelExpression, getXAxisLabelFont, getXAxisLineColor, getXAxisTickLabelColor, getXAxisTickLabelFont, getXAxisTickLabelMask, getYAxisLabelColor, getYAxisLabelExpression, getYAxisLabelFont, getYAxisLineColor, getYAxisTickLabelColor, getYAxisTickLabelFont, getYAxisTickLabelMask, isShowLines, isShowShapes, setShowLines, setShowShapes |
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getChart, getEventSupport, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors |
PROPERTY_X_AXIS_LABEL_COLOR
public static final java.lang.String PROPERTY_X_AXIS_LABEL_COLOR
- See Also:
- Constant Field Values
PROPERTY_X_AXIS_LABEL_EXPRESSION
public static final java.lang.String PROPERTY_X_AXIS_LABEL_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_X_AXIS_LABEL_FONT
public static final java.lang.String PROPERTY_X_AXIS_LABEL_FONT
- See Also:
- Constant Field Values
PROPERTY_X_AXIS_LINE_COLOR
public static final java.lang.String PROPERTY_X_AXIS_LINE_COLOR
- See Also:
- Constant Field Values
PROPERTY_X_AXIS_TICK_LABEL_COLOR
public static final java.lang.String PROPERTY_X_AXIS_TICK_LABEL_COLOR
- See Also:
- Constant Field Values
PROPERTY_X_AXIS_TICK_LABEL_FONT
public static final java.lang.String PROPERTY_X_AXIS_TICK_LABEL_FONT
- See Also:
- Constant Field Values
PROPERTY_X_AXIS_TICK_LABEL_MASK
public static final java.lang.String PROPERTY_X_AXIS_TICK_LABEL_MASK
- See Also:
- Constant Field Values
PROPERTY_Y_AXIS_LABEL_COLOR
public static final java.lang.String PROPERTY_Y_AXIS_LABEL_COLOR
- See Also:
- Constant Field Values
PROPERTY_Y_AXIS_LABEL_EXPRESSION
public static final java.lang.String PROPERTY_Y_AXIS_LABEL_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_Y_AXIS_LABEL_FONT
public static final java.lang.String PROPERTY_Y_AXIS_LABEL_FONT
- See Also:
- Constant Field Values
PROPERTY_Y_AXIS_LINE_COLOR
public static final java.lang.String PROPERTY_Y_AXIS_LINE_COLOR
- See Also:
- Constant Field Values
PROPERTY_Y_AXIS_TICK_LABEL_COLOR
public static final java.lang.String PROPERTY_Y_AXIS_TICK_LABEL_COLOR
- See Also:
- Constant Field Values
PROPERTY_Y_AXIS_TICK_LABEL_FONT
public static final java.lang.String PROPERTY_Y_AXIS_TICK_LABEL_FONT
- See Also:
- Constant Field Values
PROPERTY_Y_AXIS_TICK_LABEL_MASK
public static final java.lang.String PROPERTY_Y_AXIS_TICK_LABEL_MASK
- See Also:
- Constant Field Values
JRDesignScatterPlot
public JRDesignScatterPlot(JRChartPlot scattedPlot,
JRChart chart)
setXAxisLabelExpression
public void setXAxisLabelExpression(JRExpression xAxisLabelExpression)
setXAxisLabelFont
public void setXAxisLabelFont(JRFont xAxisLabelFont)
setXAxisLabelColor
public void setXAxisLabelColor(java.awt.Color xAxisLabelColor)
setXAxisTickLabelFont
public void setXAxisTickLabelFont(JRFont xAxisTickLabelFont)
setXAxisTickLabelColor
public void setXAxisTickLabelColor(java.awt.Color xAxisTickLabelColor)
setXAxisTickLabelMask
public void setXAxisTickLabelMask(java.lang.String xAxisTickLabelMask)
setXAxisLineColor
public void setXAxisLineColor(java.awt.Color xAxisLineColor)
setYAxisLabelExpression
public void setYAxisLabelExpression(JRExpression yAxisLabelExpression)
setYAxisLabelFont
public void setYAxisLabelFont(JRFont yAxisLabelFont)
setYAxisLabelColor
public void setYAxisLabelColor(java.awt.Color yAxisLabelColor)
setYAxisTickLabelFont
public void setYAxisTickLabelFont(JRFont yAxisTickLabelFont)
setYAxisTickLabelColor
public void setYAxisTickLabelColor(java.awt.Color yAxisTickLabelColor)
setYAxisTickLabelMask
public void setYAxisTickLabelMask(java.lang.String yAxisTickLabelMask)
setYAxisLineColor
public void setYAxisLineColor(java.awt.Color yAxisLineColor)
setXAxisFormat
public void setXAxisFormat(JRAxisFormat axisFormat)
setYAxisFormat
public void setYAxisFormat(JRAxisFormat axisFormat)
© 2001-2006 JasperSoft Corporation www.jaspersoft.com