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:
- java.io.Serializable, JRScatterPlot, JRChartPlot
- Direct Known Subclasses:
- JRDesignScatterPlot
public class JRBaseScatterPlot
- extends JRBaseChartPlot
- implements JRScatterPlot
- Version:
- $Id: JRBaseScatterPlot.java 1386 2006-09-06 00:33:02 +0300 (Wed, 06 Sep 2006) bklawans $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot |
addSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation |
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, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation |
xAxisLabelExpression
protected JRExpression xAxisLabelExpression
xAxisLabelFont
protected JRFont xAxisLabelFont
xAxisLabelColor
protected java.awt.Color xAxisLabelColor
xAxisTickLabelFont
protected JRFont xAxisTickLabelFont
xAxisTickLabelColor
protected java.awt.Color xAxisTickLabelColor
xAxisTickLabelMask
protected java.lang.String xAxisTickLabelMask
xAxisLineColor
protected java.awt.Color xAxisLineColor
yAxisLabelExpression
protected JRExpression yAxisLabelExpression
yAxisLabelFont
protected JRFont yAxisLabelFont
yAxisLabelColor
protected java.awt.Color yAxisLabelColor
yAxisTickLabelFont
protected JRFont yAxisTickLabelFont
yAxisTickLabelColor
protected java.awt.Color yAxisTickLabelColor
yAxisTickLabelMask
protected java.lang.String yAxisTickLabelMask
yAxisLineColor
protected java.awt.Color yAxisLineColor
JRBaseScatterPlot
public JRBaseScatterPlot(JRChartPlot scattedPlot)
JRBaseScatterPlot
public JRBaseScatterPlot(JRScatterPlot scattedPlot,
JRBaseObjectFactory factory)
getXAxisLabelExpression
public JRExpression getXAxisLabelExpression()
- Specified by:
getXAxisLabelExpression
in interface JRScatterPlot
getXAxisLabelFont
public JRFont getXAxisLabelFont()
- Specified by:
getXAxisLabelFont
in interface JRScatterPlot
getXAxisLabelColor
public java.awt.Color getXAxisLabelColor()
- Specified by:
getXAxisLabelColor
in interface JRScatterPlot
getXAxisTickLabelFont
public JRFont getXAxisTickLabelFont()
- Specified by:
getXAxisTickLabelFont
in interface JRScatterPlot
getXAxisTickLabelColor
public java.awt.Color getXAxisTickLabelColor()
- Specified by:
getXAxisTickLabelColor
in interface JRScatterPlot
getXAxisTickLabelMask
public java.lang.String getXAxisTickLabelMask()
- Specified by:
getXAxisTickLabelMask
in interface JRScatterPlot
getXAxisLineColor
public java.awt.Color getXAxisLineColor()
- Specified by:
getXAxisLineColor
in interface JRScatterPlot
getYAxisLabelExpression
public JRExpression getYAxisLabelExpression()
- Specified by:
getYAxisLabelExpression
in interface JRScatterPlot
getYAxisLabelFont
public JRFont getYAxisLabelFont()
- Specified by:
getYAxisLabelFont
in interface JRScatterPlot
getYAxisLabelColor
public java.awt.Color getYAxisLabelColor()
- Specified by:
getYAxisLabelColor
in interface JRScatterPlot
getYAxisTickLabelFont
public JRFont getYAxisTickLabelFont()
- Specified by:
getYAxisTickLabelFont
in interface JRScatterPlot
getYAxisTickLabelColor
public java.awt.Color getYAxisTickLabelColor()
- Specified by:
getYAxisTickLabelColor
in interface JRScatterPlot
getYAxisTickLabelMask
public java.lang.String getYAxisTickLabelMask()
- Specified by:
getYAxisTickLabelMask
in interface JRScatterPlot
getYAxisLineColor
public java.awt.Color getYAxisLineColor()
- Specified by:
getYAxisLineColor
in interface JRScatterPlot
isShowShapes
public boolean isShowShapes()
- Specified by:
isShowShapes
in interface JRScatterPlot
isShowLines
public boolean isShowLines()
- Specified by:
isShowLines
in interface JRScatterPlot
setShowShapes
public void setShowShapes(boolean value)
- Specified by:
setShowShapes
in interface JRScatterPlot
setShowLines
public void setShowLines(boolean value)
- Specified by:
setShowLines
in interface JRScatterPlot
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions
in interface JRChartPlot
© 2001-2006 JasperSoft Corporation www.jaspersoft.com