net.sf.jasperreports.charts
Interface JRScatterPlot

All Superinterfaces:
java.lang.Cloneable, JRChartPlot, JRCloneable, JRCommonLinePlot, JRXAxisFormat, JRYAxisFormat
All Known Implementing Classes:
JRBaseScatterPlot, JRDesignScatterPlot, JRFillScatterPlot

public interface JRScatterPlot
extends JRChartPlot, JRXAxisFormat, JRYAxisFormat, JRCommonLinePlot

Version:
$Id: JRScatterPlot.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
 
Method Summary
 JRExpression getDomainAxisMaxValueExpression()
           
 JRExpression getDomainAxisMinValueExpression()
           
 JRExpression getRangeAxisMaxValueExpression()
           
 JRExpression getRangeAxisMinValueExpression()
           
 JRExpression getXAxisLabelExpression()
           
 JRExpression getYAxisLabelExpression()
           
 
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
 
Methods inherited from interface net.sf.jasperreports.charts.JRXAxisFormat
getOwnXAxisLabelColor, getOwnXAxisLineColor, getOwnXAxisTickLabelColor, getXAxisLabelColor, getXAxisLabelFont, getXAxisLineColor, getXAxisTickLabelColor, getXAxisTickLabelFont, getXAxisTickLabelMask, getXAxisVerticalTickLabels
 
Methods inherited from interface net.sf.jasperreports.charts.JRYAxisFormat
getOwnYAxisLabelColor, getOwnYAxisLineColor, getOwnYAxisTickLabelColor, getYAxisLabelColor, getYAxisLabelFont, getYAxisLineColor, getYAxisTickLabelColor, getYAxisTickLabelFont, getYAxisTickLabelMask, getYAxisVerticalTickLabels
 
Methods inherited from interface net.sf.jasperreports.charts.JRCommonLinePlot
getShowLines, getShowShapes, setShowLines, setShowShapes
 

Method Detail

getXAxisLabelExpression

JRExpression getXAxisLabelExpression()

getYAxisLabelExpression

JRExpression getYAxisLabelExpression()

getDomainAxisMinValueExpression

JRExpression getDomainAxisMinValueExpression()

getDomainAxisMaxValueExpression

JRExpression getDomainAxisMaxValueExpression()

getRangeAxisMinValueExpression

JRExpression getRangeAxisMinValueExpression()

getRangeAxisMaxValueExpression

JRExpression getRangeAxisMaxValueExpression()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com