net.sf.jasperreports.charts.base
Class JRBaseBubblePlot

java.lang.Object
  extended by net.sf.jasperreports.engine.base.JRBaseChartPlot
      extended by net.sf.jasperreports.charts.base.JRBaseBubblePlot
All Implemented Interfaces:
java.io.Serializable, JRBubblePlot, JRChartPlot
Direct Known Subclasses:
JRDesignBubblePlot

public class JRBaseBubblePlot
extends JRBaseChartPlot
implements JRBubblePlot

Version:
$Id: JRBaseBubblePlot.java 1386 2006-09-06 00:33:02 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Flavius Sana (flavius_sana@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  int scaleType
           
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
JRBaseBubblePlot(JRBubblePlot bubblePlot, JRBaseObjectFactory factory)
           
JRBaseBubblePlot(JRChartPlot bubblePlot)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 int getScaleType()
           
 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()
           
 void setScaleType(int scaleType)
           
 
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

scaleType

protected int scaleType
Constructor Detail

JRBaseBubblePlot

public JRBaseBubblePlot(JRChartPlot bubblePlot)

JRBaseBubblePlot

public JRBaseBubblePlot(JRBubblePlot bubblePlot,
                        JRBaseObjectFactory factory)
Method Detail

getXAxisLabelExpression

public JRExpression getXAxisLabelExpression()
Specified by:
getXAxisLabelExpression in interface JRBubblePlot

getXAxisLabelFont

public JRFont getXAxisLabelFont()
Specified by:
getXAxisLabelFont in interface JRBubblePlot

getXAxisLabelColor

public java.awt.Color getXAxisLabelColor()
Specified by:
getXAxisLabelColor in interface JRBubblePlot

getXAxisTickLabelFont

public JRFont getXAxisTickLabelFont()
Specified by:
getXAxisTickLabelFont in interface JRBubblePlot

getXAxisTickLabelColor

public java.awt.Color getXAxisTickLabelColor()
Specified by:
getXAxisTickLabelColor in interface JRBubblePlot

getXAxisTickLabelMask

public java.lang.String getXAxisTickLabelMask()
Specified by:
getXAxisTickLabelMask in interface JRBubblePlot

getXAxisLineColor

public java.awt.Color getXAxisLineColor()
Specified by:
getXAxisLineColor in interface JRBubblePlot

getYAxisLabelExpression

public JRExpression getYAxisLabelExpression()
Specified by:
getYAxisLabelExpression in interface JRBubblePlot

getYAxisLabelFont

public JRFont getYAxisLabelFont()
Specified by:
getYAxisLabelFont in interface JRBubblePlot

getYAxisLabelColor

public java.awt.Color getYAxisLabelColor()
Specified by:
getYAxisLabelColor in interface JRBubblePlot

getYAxisTickLabelFont

public JRFont getYAxisTickLabelFont()
Specified by:
getYAxisTickLabelFont in interface JRBubblePlot

getYAxisTickLabelColor

public java.awt.Color getYAxisTickLabelColor()
Specified by:
getYAxisTickLabelColor in interface JRBubblePlot

getYAxisTickLabelMask

public java.lang.String getYAxisTickLabelMask()
Specified by:
getYAxisTickLabelMask in interface JRBubblePlot

getYAxisLineColor

public java.awt.Color getYAxisLineColor()
Specified by:
getYAxisLineColor in interface JRBubblePlot

getScaleType

public int getScaleType()
Specified by:
getScaleType in interface JRBubblePlot

setScaleType

public void setScaleType(int scaleType)
Specified by:
setScaleType in interface JRBubblePlot

collectExpressions

public void collectExpressions(JRExpressionCollector collector)
Specified by:
collectExpressions in interface JRChartPlot


© 2001-2006 JasperSoft Corporation www.jaspersoft.com