net.sf.jasperreports.charts
Interface JRCandlestickPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseCandlestickPlot, JRDesignCandlestickPlot, JRFillCandlestickPlot

public interface JRCandlestickPlot
extends JRChartPlot

Version:
$Id: JRCandlestickPlot.java 1384 2006-09-06 00:27:41 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Ionut Nedelcu (ionutned@users.sourceforge.net)

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Method Summary
 java.awt.Color getTimeAxisLabelColor()
           
 JRExpression getTimeAxisLabelExpression()
           
 JRFont getTimeAxisLabelFont()
           
 java.awt.Color getTimeAxisLineColor()
           
 java.awt.Color getTimeAxisTickLabelColor()
           
 JRFont getTimeAxisTickLabelFont()
           
 java.lang.String getTimeAxisTickLabelMask()
           
 java.awt.Color getValueAxisLabelColor()
           
 JRExpression getValueAxisLabelExpression()
           
 JRFont getValueAxisLabelFont()
           
 java.awt.Color getValueAxisLineColor()
           
 java.awt.Color getValueAxisTickLabelColor()
           
 JRFont getValueAxisTickLabelFont()
           
 java.lang.String getValueAxisTickLabelMask()
           
 boolean isShowVolume()
           
 
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

getTimeAxisLabelExpression

JRExpression getTimeAxisLabelExpression()

getTimeAxisLabelFont

JRFont getTimeAxisLabelFont()

getTimeAxisLabelColor

java.awt.Color getTimeAxisLabelColor()

getTimeAxisTickLabelFont

JRFont getTimeAxisTickLabelFont()

getTimeAxisTickLabelColor

java.awt.Color getTimeAxisTickLabelColor()

getTimeAxisTickLabelMask

java.lang.String getTimeAxisTickLabelMask()

getTimeAxisLineColor

java.awt.Color getTimeAxisLineColor()

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

getValueAxisLabelFont

JRFont getValueAxisLabelFont()

getValueAxisLabelColor

java.awt.Color getValueAxisLabelColor()

getValueAxisTickLabelFont

JRFont getValueAxisTickLabelFont()

getValueAxisTickLabelColor

java.awt.Color getValueAxisTickLabelColor()

getValueAxisTickLabelMask

java.lang.String getValueAxisTickLabelMask()

getValueAxisLineColor

java.awt.Color getValueAxisLineColor()

isShowVolume

boolean isShowVolume()


© 2001-2006 JasperSoft Corporation www.jaspersoft.com