net.sf.jasperreports.charts.base
Class JRBaseCandlestickPlot

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseChartPlot
      extended bynet.sf.jasperreports.charts.base.JRBaseCandlestickPlot
All Implemented Interfaces:
JRCandlestickPlot, JRChartPlot, java.io.Serializable
Direct Known Subclasses:
JRDesignCandlestickPlot

public class JRBaseCandlestickPlot
extends JRBaseChartPlot
implements JRCandlestickPlot

Version:
$Id: JRBaseCandlestickPlot.java,v 1.12 2005/10/09 21:34:26 teodord Exp $
Author:
Ionut Nedelcu (ionutned@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
protected  boolean isShowVolume
           
protected  JRExpression timeAxisLabelExpression
           
protected  JRExpression valueAxisLabelExpression
           
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlpha, foregroundAlpha, orientation
 
Constructor Summary
  JRBaseCandlestickPlot(JRCandlestickPlot candlestickPlot, JRBaseObjectFactory factory)
           
protected JRBaseCandlestickPlot(JRChartPlot candlestickPlot)
           
 
Method Summary
 void collectExpressions(JRExpressionCollector collector)
           
 JRExpression getTimeAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowVolume()
           
 void setShowVolume(boolean ShowVolume)
           
 
Methods inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
getBackcolor, getBackgroundAlpha, getForegroundAlpha, getOrientation, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setOrientation
 

Field Detail

timeAxisLabelExpression

protected JRExpression timeAxisLabelExpression

valueAxisLabelExpression

protected JRExpression valueAxisLabelExpression

isShowVolume

protected boolean isShowVolume
Constructor Detail

JRBaseCandlestickPlot

protected JRBaseCandlestickPlot(JRChartPlot candlestickPlot)

JRBaseCandlestickPlot

public JRBaseCandlestickPlot(JRCandlestickPlot candlestickPlot,
                             JRBaseObjectFactory factory)
Method Detail

getTimeAxisLabelExpression

public JRExpression getTimeAxisLabelExpression()
Specified by:
getTimeAxisLabelExpression in interface JRCandlestickPlot

getValueAxisLabelExpression

public JRExpression getValueAxisLabelExpression()
Specified by:
getValueAxisLabelExpression in interface JRCandlestickPlot

isShowVolume

public boolean isShowVolume()
Specified by:
isShowVolume in interface JRCandlestickPlot

setShowVolume

public void setShowVolume(boolean ShowVolume)

collectExpressions

public void collectExpressions(JRExpressionCollector collector)
Specified by:
collectExpressions in interface JRChartPlot


© 2001-2005 JasperSoft Corporation www.jaspersoft.com