net.sf.jasperreports.charts
Interface JRScatterPlot

All Superinterfaces:
JRChartPlot, JRXAxisFormat, JRYAxisFormat
All Known Implementing Classes:
JRBaseScatterPlot, JRDesignScatterPlot, JRFillScatterPlot

public interface JRScatterPlot
extends JRChartPlot, JRXAxisFormat, JRYAxisFormat

Version:
$Id: JRScatterPlot.java 1577 2007-02-09 11:25:48Z 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 getXAxisLabelExpression()
           
 JRExpression getYAxisLabelExpression()
           
 boolean isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines(boolean isShowLines)
           
 void setShowShapes(boolean isShowShapes)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
 
Methods inherited from interface net.sf.jasperreports.charts.JRXAxisFormat
getOwnXAxisLabelColor, getOwnXAxisLineColor, getOwnXAxisTickLabelColor, getXAxisLabelColor, getXAxisLabelFont, getXAxisLineColor, getXAxisTickLabelColor, getXAxisTickLabelFont, getXAxisTickLabelMask
 
Methods inherited from interface net.sf.jasperreports.charts.JRYAxisFormat
getOwnYAxisLabelColor, getOwnYAxisLineColor, getOwnYAxisTickLabelColor, getYAxisLabelColor, getYAxisLabelFont, getYAxisLineColor, getYAxisTickLabelColor, getYAxisTickLabelFont, getYAxisTickLabelMask
 

Method Detail

getXAxisLabelExpression

JRExpression getXAxisLabelExpression()

getYAxisLabelExpression

JRExpression getYAxisLabelExpression()

isShowLines

boolean isShowLines()

setShowLines

void setShowLines(boolean isShowLines)

isShowShapes

boolean isShowShapes()

setShowShapes

void setShowShapes(boolean isShowShapes)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com