net.sf.jasperreports.charts
Interface JRScatterPlot

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

public interface JRScatterPlot
extends JRChartPlot

Version:
$Id: JRScatterPlot.java 1384 2006-09-06 00:27:41 +0300 (Wed, 06 Sep 2006) bklawans $
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
 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()
           
 boolean isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines(boolean isShowLines)
           
 void setShowShapes(boolean isShowShapes)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation
 

Method Detail

getXAxisLabelExpression

JRExpression getXAxisLabelExpression()

getXAxisLabelFont

JRFont getXAxisLabelFont()

getXAxisLabelColor

java.awt.Color getXAxisLabelColor()

getXAxisTickLabelFont

JRFont getXAxisTickLabelFont()

getXAxisTickLabelColor

java.awt.Color getXAxisTickLabelColor()

getXAxisTickLabelMask

java.lang.String getXAxisTickLabelMask()

getXAxisLineColor

java.awt.Color getXAxisLineColor()

getYAxisLabelExpression

JRExpression getYAxisLabelExpression()

getYAxisLabelFont

JRFont getYAxisLabelFont()

getYAxisLabelColor

java.awt.Color getYAxisLabelColor()

getYAxisTickLabelFont

JRFont getYAxisTickLabelFont()

getYAxisTickLabelColor

java.awt.Color getYAxisTickLabelColor()

getYAxisTickLabelMask

java.lang.String getYAxisTickLabelMask()

getYAxisLineColor

java.awt.Color getYAxisLineColor()

isShowLines

boolean isShowLines()

setShowLines

void setShowLines(boolean isShowLines)

isShowShapes

boolean isShowShapes()

setShowShapes

void setShowShapes(boolean isShowShapes)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com