net.sf.jasperreports.charts.fill
Class JRFillScatterPlot

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRFillChartPlot
      extended by net.sf.jasperreports.charts.fill.JRFillScatterPlot
All Implemented Interfaces:
java.lang.Cloneable, JRCommonLinePlot, JRScatterPlot, JRXAxisFormat, JRYAxisFormat, JRChartPlot, JRCloneable

public class JRFillScatterPlot
extends JRFillChartPlot
implements JRScatterPlot

Version:
$Id: JRFillScatterPlot.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Field Summary
protected  java.awt.Color xAxisLabelColor
           
protected  JRFont xAxisLabelFont
           
protected  java.awt.Color xAxisLineColor
           
protected  java.awt.Color xAxisTickLabelColor
           
protected  JRFont xAxisTickLabelFont
           
protected  java.awt.Color yAxisLabelColor
           
protected  JRFont yAxisLabelFont
           
protected  java.awt.Color yAxisLineColor
           
protected  java.awt.Color yAxisTickLabelColor
           
protected  JRFont yAxisTickLabelFont
           
 
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
chart, parent
 
Constructor Summary
JRFillScatterPlot(JRScatterPlot plot, JRFillObjectFactory factory)
           
 
Method Summary
 JRExpression getDomainAxisMaxValueExpression()
           
 JRExpression getDomainAxisMinValueExpression()
           
 java.awt.Color getOwnXAxisLabelColor()
           
 java.awt.Color getOwnXAxisLineColor()
           
 java.awt.Color getOwnXAxisTickLabelColor()
           
 java.awt.Color getOwnYAxisLabelColor()
           
 java.awt.Color getOwnYAxisLineColor()
           
 java.awt.Color getOwnYAxisTickLabelColor()
           
 JRExpression getRangeAxisMaxValueExpression()
           
 JRExpression getRangeAxisMinValueExpression()
           
 java.lang.Boolean getShowLines()
           
 java.lang.Boolean getShowShapes()
           
 java.awt.Color getXAxisLabelColor()
           
 JRExpression getXAxisLabelExpression()
           
 JRFont getXAxisLabelFont()
           
 java.awt.Color getXAxisLineColor()
           
 java.awt.Color getXAxisTickLabelColor()
           
 JRFont getXAxisTickLabelFont()
           
 java.lang.String getXAxisTickLabelMask()
           
 java.lang.Boolean getXAxisVerticalTickLabels()
           
 java.awt.Color getYAxisLabelColor()
           
 JRExpression getYAxisLabelExpression()
           
 JRFont getYAxisLabelFont()
           
 java.awt.Color getYAxisLineColor()
           
 java.awt.Color getYAxisTickLabelColor()
           
 JRFont getYAxisTickLabelFont()
           
 java.lang.String getYAxisTickLabelMask()
           
 java.lang.Boolean getYAxisVerticalTickLabels()
           
 void setShowLines(java.lang.Boolean value)
           
 void setShowShapes(java.lang.Boolean value)
           
 
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColors
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Field Detail

xAxisLabelFont

protected JRFont xAxisLabelFont

xAxisLabelColor

protected java.awt.Color xAxisLabelColor

xAxisTickLabelFont

protected JRFont xAxisTickLabelFont

xAxisTickLabelColor

protected java.awt.Color xAxisTickLabelColor

xAxisLineColor

protected java.awt.Color xAxisLineColor

yAxisLabelFont

protected JRFont yAxisLabelFont

yAxisLabelColor

protected java.awt.Color yAxisLabelColor

yAxisTickLabelFont

protected JRFont yAxisTickLabelFont

yAxisTickLabelColor

protected java.awt.Color yAxisTickLabelColor

yAxisLineColor

protected java.awt.Color yAxisLineColor
Constructor Detail

JRFillScatterPlot

public JRFillScatterPlot(JRScatterPlot plot,
                         JRFillObjectFactory factory)
Method Detail

getXAxisLabelExpression

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

getXAxisLabelFont

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

getXAxisLabelColor

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

getOwnXAxisLabelColor

public java.awt.Color getOwnXAxisLabelColor()
Specified by:
getOwnXAxisLabelColor in interface JRXAxisFormat

getXAxisTickLabelFont

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

getXAxisTickLabelColor

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

getOwnXAxisTickLabelColor

public java.awt.Color getOwnXAxisTickLabelColor()
Specified by:
getOwnXAxisTickLabelColor in interface JRXAxisFormat

getXAxisTickLabelMask

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

getXAxisVerticalTickLabels

public java.lang.Boolean getXAxisVerticalTickLabels()
Specified by:
getXAxisVerticalTickLabels in interface JRXAxisFormat

getXAxisLineColor

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

getOwnXAxisLineColor

public java.awt.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 java.awt.Color getYAxisLabelColor()
Specified by:
getYAxisLabelColor in interface JRYAxisFormat

getOwnYAxisLabelColor

public java.awt.Color getOwnYAxisLabelColor()
Specified by:
getOwnYAxisLabelColor in interface JRYAxisFormat

getYAxisTickLabelFont

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

getYAxisTickLabelColor

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

getOwnYAxisTickLabelColor

public java.awt.Color getOwnYAxisTickLabelColor()
Specified by:
getOwnYAxisTickLabelColor in interface JRYAxisFormat

getYAxisTickLabelMask

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

getYAxisVerticalTickLabels

public java.lang.Boolean getYAxisVerticalTickLabels()
Specified by:
getYAxisVerticalTickLabels in interface JRYAxisFormat

getYAxisLineColor

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

getOwnYAxisLineColor

public java.awt.Color getOwnYAxisLineColor()
Specified by:
getOwnYAxisLineColor in interface JRYAxisFormat

getShowShapes

public java.lang.Boolean getShowShapes()
Specified by:
getShowShapes in interface JRCommonLinePlot

setShowShapes

public void setShowShapes(java.lang.Boolean value)
Specified by:
setShowShapes in interface JRCommonLinePlot

getShowLines

public java.lang.Boolean getShowLines()
Specified by:
getShowLines in interface JRCommonLinePlot

setShowLines

public void setShowLines(java.lang.Boolean value)
Specified by:
setShowLines 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


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com