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)
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation |
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