net.sf.jasperreports.charts.fill
Class JRFillBubblePlot

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRFillChartPlot
      extended by net.sf.jasperreports.charts.fill.JRFillBubblePlot
All Implemented Interfaces:
JRBubblePlot, JRChartPlot

public class JRFillBubblePlot
extends JRFillChartPlot
implements JRBubblePlot

Version:
$Id: JRFillBubblePlot.java 1386 2006-09-06 00:33:02 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
parent
 
Constructor Summary
JRFillBubblePlot(JRBubblePlot bubblePlot, JRFillObjectFactory factory)
           
 
Method Summary
 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)
           
 void setXAxisLabelColor(java.awt.Color color)
           
 void setXAxisLabelFont(JRFont font)
           
 void setXAxisLineColor(java.awt.Color color)
           
 void setXAxisTickLabelColor(java.awt.Color color)
           
 void setXAxisTickLabelFont(JRFont font)
           
 void setXAxisTickLabelMask(java.lang.String mask)
           
 void setYAxisLabelColor(java.awt.Color color)
           
 void setYAxisLabelFont(JRFont font)
           
 void setYAxisLineColor(java.awt.Color color)
           
 void setYAxisTickLabelColor(java.awt.Color color)
           
 void setYAxisTickLabelFont(JRFont font)
           
 void setYAxisTickLabelMask(java.lang.String mask)
           
 
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, collectExpressions, 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, collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation
 

Constructor Detail

JRFillBubblePlot

public JRFillBubblePlot(JRBubblePlot bubblePlot,
                        JRFillObjectFactory factory)
Method Detail

getXAxisLabelExpression

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

getXAxisLabelFont

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

setXAxisLabelFont

public void setXAxisLabelFont(JRFont font)

getXAxisLabelColor

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

setXAxisLabelColor

public void setXAxisLabelColor(java.awt.Color color)

getXAxisTickLabelFont

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

setXAxisTickLabelFont

public void setXAxisTickLabelFont(JRFont font)

getXAxisTickLabelMask

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

setXAxisTickLabelMask

public void setXAxisTickLabelMask(java.lang.String mask)

getXAxisTickLabelColor

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

setXAxisTickLabelColor

public void setXAxisTickLabelColor(java.awt.Color color)

getXAxisLineColor

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

setXAxisLineColor

public void setXAxisLineColor(java.awt.Color color)

getYAxisLabelExpression

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

getYAxisLabelFont

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

setYAxisLabelFont

public void setYAxisLabelFont(JRFont font)

getYAxisLabelColor

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

setYAxisLabelColor

public void setYAxisLabelColor(java.awt.Color color)

getYAxisTickLabelFont

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

setYAxisTickLabelFont

public void setYAxisTickLabelFont(JRFont font)

getYAxisTickLabelColor

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

setYAxisTickLabelColor

public void setYAxisTickLabelColor(java.awt.Color color)

getYAxisTickLabelMask

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

setYAxisTickLabelMask

public void setYAxisTickLabelMask(java.lang.String mask)

getYAxisLineColor

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

setYAxisLineColor

public void setYAxisLineColor(java.awt.Color color)

getScaleType

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

setScaleType

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


© 2001-2006 JasperSoft Corporation www.jaspersoft.com