net.sf.jasperreports.charts.base
Class JRBaseScatterPlot

java.lang.Object
  extended by net.sf.jasperreports.engine.base.JRBaseChartPlot
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColor
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Field Summary
protected  java.awt.Color xAxisLabelColor
           
protected  JRExpression xAxisLabelExpression
           
protected  JRFont xAxisLabelFont
           
protected  java.awt.Color xAxisLineColor
           
protected  java.awt.Color xAxisTickLabelColor
           
protected  JRFont xAxisTickLabelFont
           
protected  java.lang.String xAxisTickLabelMask
           
protected  java.awt.Color yAxisLabelColor
           
protected  JRExpression yAxisLabelExpression
           
protected  JRFont yAxisLabelFont
           
protected  java.awt.Color yAxisLineColor
           
protected  java.awt.Color yAxisTickLabelColor
           
protected  JRFont yAxisTickLabelFont
           
protected  java.lang.String yAxisTickLabelMask
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, labelRotation, orientation, seriesColors
 
Constructor Summary
JRBaseScatterPlot(JRChartPlot scattedPlot)
           
JRBaseScatterPlot(JRScatterPlot scattedPlot, JRBaseObjectFactory factory)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 java.awt.Color getXAxisLabelColor()
           
 JRExpression getXAxisLabelExpression()
           
 JRFont getXAxisLabelFont()
           
 java.awt.Color getXAxisLineColor()
           
 java.awt.Color getXAxisTickLabelColor()
           
 JRFont getXAxisTickLabelFont()
           
 java.lang.String getXAxisTickLabelMask()
           
 java.awt.Color getYAxisLabelColor()
           
 JRExpression getYAxisLabelExpression()
           
 JRFont getYAxisLabelFont()
           
 java.awt.Color getYAxisLineColor()
           
 java.awt.Color getYAxisTickLabelColor()
           
 JRFont getYAxisTickLabelFont()
           
 java.lang.String getYAxisTickLabelMask()
           
 boolean isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines(boolean value)
           
 void setShowShapes(boolean value)
           
 
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
 

Field Detail

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
Constructor Detail

JRBaseScatterPlot

public JRBaseScatterPlot(JRChartPlot scattedPlot)

JRBaseScatterPlot

public JRBaseScatterPlot(JRScatterPlot scattedPlot,
                         JRBaseObjectFactory factory)
Method Detail

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