net.sf.jasperreports.charts
Interface JRHighLowPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseHighLowPlot, 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

public JRExpression getValueAxisLabelExpression()

getTimeAxisLabelExpression

public JRExpression getTimeAxisLabelExpression()

isShowOpenTicks

public boolean isShowOpenTicks()

isShowCloseTicks

public boolean isShowCloseTicks()


© 2001-2005 JasperSoft Corporation www.jaspersoft.com