net.sf.jasperreports.charts.base
Class JRBaseScatterPlot
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartPlot
net.sf.jasperreports.charts.base.JRBaseScatterPlot
- All Implemented Interfaces:
- Serializable, Cloneable, JRCommonLinePlot, JRScatterPlot, JRXAxisFormat, JRYAxisFormat, JRChangeEventsSupport, JRChartPlot, JRCloneable
- Direct Known Subclasses:
- JRDesignScatterPlot
public class JRBaseScatterPlot
- extends JRBaseChartPlot
- implements JRScatterPlot
- Version:
- $Id: JRBaseScatterPlot.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
| Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientationValue, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors |
| Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors |
| Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors |
PROPERTY_SHOW_LINES
public static final String PROPERTY_SHOW_LINES
- See Also:
- Constant Field Values
PROPERTY_SHOW_SHAPES
public static final String PROPERTY_SHOW_SHAPES
- See Also:
- Constant Field Values
xAxisLabelExpression
protected JRExpression xAxisLabelExpression
xAxisLabelFont
protected JRFont xAxisLabelFont
xAxisLabelColor
protected Color xAxisLabelColor
xAxisTickLabelFont
protected JRFont xAxisTickLabelFont
xAxisTickLabelColor
protected Color xAxisTickLabelColor
xAxisTickLabelMask
protected String xAxisTickLabelMask
xAxisVerticalTickLabels
protected Boolean xAxisVerticalTickLabels
xAxisLineColor
protected Color xAxisLineColor
yAxisLabelExpression
protected JRExpression yAxisLabelExpression
yAxisLabelFont
protected JRFont yAxisLabelFont
yAxisLabelColor
protected Color yAxisLabelColor
yAxisTickLabelFont
protected JRFont yAxisTickLabelFont
yAxisTickLabelColor
protected Color yAxisTickLabelColor
yAxisTickLabelMask
protected String yAxisTickLabelMask
yAxisVerticalTickLabels
protected Boolean yAxisVerticalTickLabels
yAxisLineColor
protected Color yAxisLineColor
domainAxisMinValueExpression
protected JRExpression domainAxisMinValueExpression
domainAxisMaxValueExpression
protected JRExpression domainAxisMaxValueExpression
rangeAxisMinValueExpression
protected JRExpression rangeAxisMinValueExpression
rangeAxisMaxValueExpression
protected JRExpression rangeAxisMaxValueExpression
JRBaseScatterPlot
public JRBaseScatterPlot(JRChartPlot plot,
JRChart chart)
JRBaseScatterPlot
public JRBaseScatterPlot(JRScatterPlot scatterPlot,
JRBaseObjectFactory factory)
getXAxisLabelExpression
public JRExpression getXAxisLabelExpression()
- Specified by:
getXAxisLabelExpression in interface JRScatterPlot
getXAxisLabelFont
public JRFont getXAxisLabelFont()
- Specified by:
getXAxisLabelFont in interface JRXAxisFormat
getXAxisLabelColor
public Color getXAxisLabelColor()
- Specified by:
getXAxisLabelColor in interface JRXAxisFormat
getOwnXAxisLabelColor
public Color getOwnXAxisLabelColor()
- Specified by:
getOwnXAxisLabelColor in interface JRXAxisFormat
getXAxisTickLabelFont
public JRFont getXAxisTickLabelFont()
- Specified by:
getXAxisTickLabelFont in interface JRXAxisFormat
getXAxisTickLabelColor
public Color getXAxisTickLabelColor()
- Specified by:
getXAxisTickLabelColor in interface JRXAxisFormat
getOwnXAxisTickLabelColor
public Color getOwnXAxisTickLabelColor()
- Specified by:
getOwnXAxisTickLabelColor in interface JRXAxisFormat
getXAxisTickLabelMask
public String getXAxisTickLabelMask()
- Specified by:
getXAxisTickLabelMask in interface JRXAxisFormat
getXAxisVerticalTickLabels
public Boolean getXAxisVerticalTickLabels()
- Specified by:
getXAxisVerticalTickLabels in interface JRXAxisFormat
getXAxisLineColor
public Color getXAxisLineColor()
- Specified by:
getXAxisLineColor in interface JRXAxisFormat
getOwnXAxisLineColor
public Color getOwnXAxisLineColor()
- Specified by:
getOwnXAxisLineColor in interface JRXAxisFormat
getYAxisLabelExpression
public JRExpression getYAxisLabelExpression()
- Specified by:
getYAxisLabelExpression in interface JRScatterPlot
getYAxisLabelFont
public JRFont getYAxisLabelFont()
- Specified by:
getYAxisLabelFont in interface JRYAxisFormat
getYAxisLabelColor
public Color getYAxisLabelColor()
- Specified by:
getYAxisLabelColor in interface JRYAxisFormat
getOwnYAxisLabelColor
public Color getOwnYAxisLabelColor()
- Specified by:
getOwnYAxisLabelColor in interface JRYAxisFormat
getYAxisTickLabelFont
public JRFont getYAxisTickLabelFont()
- Specified by:
getYAxisTickLabelFont in interface JRYAxisFormat
getYAxisTickLabelColor
public Color getYAxisTickLabelColor()
- Specified by:
getYAxisTickLabelColor in interface JRYAxisFormat
getOwnYAxisTickLabelColor
public Color getOwnYAxisTickLabelColor()
- Specified by:
getOwnYAxisTickLabelColor in interface JRYAxisFormat
getYAxisTickLabelMask
public String getYAxisTickLabelMask()
- Specified by:
getYAxisTickLabelMask in interface JRYAxisFormat
getYAxisVerticalTickLabels
public Boolean getYAxisVerticalTickLabels()
- Specified by:
getYAxisVerticalTickLabels in interface JRYAxisFormat
getYAxisLineColor
public Color getYAxisLineColor()
- Specified by:
getYAxisLineColor in interface JRYAxisFormat
getOwnYAxisLineColor
public Color getOwnYAxisLineColor()
- Specified by:
getOwnYAxisLineColor in interface JRYAxisFormat
getShowShapes
public Boolean getShowShapes()
- Specified by:
getShowShapes in interface JRCommonLinePlot
getShowLines
public Boolean getShowLines()
- Specified by:
getShowLines in interface JRCommonLinePlot
getDomainAxisMinValueExpression
public JRExpression getDomainAxisMinValueExpression()
- Specified by:
getDomainAxisMinValueExpression in interface JRScatterPlot
getDomainAxisMaxValueExpression
public JRExpression getDomainAxisMaxValueExpression()
- Specified by:
getDomainAxisMaxValueExpression in interface JRScatterPlot
getRangeAxisMinValueExpression
public JRExpression getRangeAxisMinValueExpression()
- Specified by:
getRangeAxisMinValueExpression in interface JRScatterPlot
getRangeAxisMaxValueExpression
public JRExpression getRangeAxisMaxValueExpression()
- Specified by:
getRangeAxisMaxValueExpression in interface JRScatterPlot
setShowShapes
public void setShowShapes(Boolean value)
- Specified by:
setShowShapes in interface JRCommonLinePlot
setShowLines
public void setShowLines(Boolean value)
- Specified by:
setShowLines in interface JRCommonLinePlot
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions in interface JRChartPlot
clone
public Object clone(JRChart parentChart)
- Specified by:
clone in interface JRChartPlot- Overrides:
clone in class JRBaseChartPlot
Copyright © 2012. All Rights Reserved.