net.sf.jasperreports.charts
Interface JRHighLowPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseHighLowPlot, JRDesignHighLowPlot, JRFillHighLowPlot

public interface JRHighLowPlot
extends JRChartPlot

Version:
$Id: JRHighLowPlot.java,v 1.5 2005/07/14 13:31:05 teodord Exp $
Author:
Ionut Nedelcu (ionutned@users.sourceforge.net)

Method Summary
 JRExpression getTimeAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowCloseTicks()
           
 boolean isShowOpenTicks()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Method Detail

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

getTimeAxisLabelExpression

JRExpression getTimeAxisLabelExpression()

isShowOpenTicks

boolean isShowOpenTicks()

isShowCloseTicks

boolean isShowCloseTicks()


© 2001-2005 JasperSoft Corporation www.jaspersoft.com