net.sf.jasperreports.charts
Interface JRCandlestickPlot

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

public interface JRCandlestickPlot
extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat

Version:
$Id: JRCandlestickPlot.java 1577 2007-02-09 11:25:48Z teodord $
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
 JRExpression getTimeAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowVolume()
           
 
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.JRTimeAxisFormat
getOwnTimeAxisLabelColor, getOwnTimeAxisLineColor, getOwnTimeAxisTickLabelColor, getTimeAxisLabelColor, getTimeAxisLabelFont, getTimeAxisLineColor, getTimeAxisTickLabelColor, getTimeAxisTickLabelFont, getTimeAxisTickLabelMask
 
Methods inherited from interface net.sf.jasperreports.charts.JRValueAxisFormat
getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getValueAxisLabelColor, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask
 

Method Detail

getTimeAxisLabelExpression

JRExpression getTimeAxisLabelExpression()

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

isShowVolume

boolean isShowVolume()


© 2001-2006 JasperSoft Corporation www.jaspersoft.com