net.sf.jasperreports.charts
Interface JRHighLowPlot
- All Superinterfaces:
- java.lang.Cloneable, JRChartPlot, JRCloneable, JRTimeAxisFormat, JRValueAxisFormat
- All Known Implementing Classes:
- JRBaseHighLowPlot, JRDesignHighLowPlot, JRFillHighLowPlot
public interface JRHighLowPlot
- extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat
- Version:
- $Id: JRHighLowPlot.java 3032 2009-08-27 11:32:28Z teodord $
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot |
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors |
getTimeAxisLabelExpression
JRExpression getTimeAxisLabelExpression()
getValueAxisLabelExpression
JRExpression getValueAxisLabelExpression()
getDomainAxisMinValueExpression
JRExpression getDomainAxisMinValueExpression()
getDomainAxisMaxValueExpression
JRExpression getDomainAxisMaxValueExpression()
getRangeAxisMinValueExpression
JRExpression getRangeAxisMinValueExpression()
getRangeAxisMaxValueExpression
JRExpression getRangeAxisMaxValueExpression()
isShowOpenTicks
boolean isShowOpenTicks()
- Deprecated. Replaced by
getShowOpenTicks()
getShowOpenTicks
java.lang.Boolean getShowOpenTicks()
isShowCloseTicks
boolean isShowCloseTicks()
- Deprecated. Replaced by
getShowCloseTicks()
getShowCloseTicks
java.lang.Boolean getShowCloseTicks()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com