net.sf.jasperreports.charts.fill
Class JRFillCandlestickPlot

java.lang.Object
  extended by net.sf.jasperreports.engine.fill.JRFillChartPlot
      extended by net.sf.jasperreports.charts.fill.JRFillCandlestickPlot
All Implemented Interfaces:
JRCandlestickPlot, JRChartPlot

public class JRFillCandlestickPlot
extends JRFillChartPlot
implements JRCandlestickPlot

Version:
$Id: JRFillCandlestickPlot.java 1386 2006-09-06 00:33:02 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Ionut Nedelcu (ionutned@users.sourceforge.net)

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Field Summary
 
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
parent
 
Constructor Summary
JRFillCandlestickPlot(JRCandlestickPlot candlestickPlot, JRFillObjectFactory factory)
           
 
Method Summary
 java.awt.Color getTimeAxisLabelColor()
           
 JRExpression getTimeAxisLabelExpression()
           
 JRFont getTimeAxisLabelFont()
           
 java.awt.Color getTimeAxisLineColor()
           
 java.awt.Color getTimeAxisTickLabelColor()
           
 JRFont getTimeAxisTickLabelFont()
           
 java.lang.String getTimeAxisTickLabelMask()
           
 java.awt.Color getValueAxisLabelColor()
           
 JRExpression getValueAxisLabelExpression()
           
 JRFont getValueAxisLabelFont()
           
 java.awt.Color getValueAxisLineColor()
           
 java.awt.Color getValueAxisTickLabelColor()
           
 JRFont getValueAxisTickLabelFont()
           
 java.lang.String getValueAxisTickLabelMask()
           
 boolean isShowVolume()
           
 void setTimeAxisLabelColor(java.awt.Color color)
           
 void setTimeAxisLabelFont(JRFont font)
           
 void setTimeAxisLineColor(java.awt.Color color)
           
 void setTimeAxisTickLabelColor(java.awt.Color color)
           
 void setTimeAxisTickLabelFont(JRFont font)
           
 void setTimeAxisTickLabelMask(java.lang.String mask)
           
 void setValueAxisLabelColor(java.awt.Color color)
           
 void setValueAxisLabelFont(JRFont font)
           
 void setValueAxisLineColor(java.awt.Color color)
           
 void setValueAxisTickLabelColor(java.awt.Color color)
           
 void setValueAxisTickLabelFont(JRFont font)
           
 void setValueAxisTickLabelMask(java.lang.String mask)
           
 
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, 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
addSeriesColor, clearSeriesColors, collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation
 

Constructor Detail

JRFillCandlestickPlot

public JRFillCandlestickPlot(JRCandlestickPlot candlestickPlot,
                             JRFillObjectFactory factory)
Method Detail

getTimeAxisLabelExpression

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

getTimeAxisLabelFont

public JRFont getTimeAxisLabelFont()
Specified by:
getTimeAxisLabelFont in interface JRCandlestickPlot

setTimeAxisLabelFont

public void setTimeAxisLabelFont(JRFont font)

getTimeAxisLabelColor

public java.awt.Color getTimeAxisLabelColor()
Specified by:
getTimeAxisLabelColor in interface JRCandlestickPlot

setTimeAxisLabelColor

public void setTimeAxisLabelColor(java.awt.Color color)

getTimeAxisTickLabelFont

public JRFont getTimeAxisTickLabelFont()
Specified by:
getTimeAxisTickLabelFont in interface JRCandlestickPlot

setTimeAxisTickLabelFont

public void setTimeAxisTickLabelFont(JRFont font)

getTimeAxisTickLabelColor

public java.awt.Color getTimeAxisTickLabelColor()
Specified by:
getTimeAxisTickLabelColor in interface JRCandlestickPlot

setTimeAxisTickLabelColor

public void setTimeAxisTickLabelColor(java.awt.Color color)

getTimeAxisTickLabelMask

public java.lang.String getTimeAxisTickLabelMask()
Specified by:
getTimeAxisTickLabelMask in interface JRCandlestickPlot

setTimeAxisTickLabelMask

public void setTimeAxisTickLabelMask(java.lang.String mask)

getTimeAxisLineColor

public java.awt.Color getTimeAxisLineColor()
Specified by:
getTimeAxisLineColor in interface JRCandlestickPlot

setTimeAxisLineColor

public void setTimeAxisLineColor(java.awt.Color color)

getValueAxisLabelExpression

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

getValueAxisLabelFont

public JRFont getValueAxisLabelFont()
Specified by:
getValueAxisLabelFont in interface JRCandlestickPlot

setValueAxisLabelFont

public void setValueAxisLabelFont(JRFont font)

getValueAxisLabelColor

public java.awt.Color getValueAxisLabelColor()
Specified by:
getValueAxisLabelColor in interface JRCandlestickPlot

setValueAxisLabelColor

public void setValueAxisLabelColor(java.awt.Color color)

getValueAxisTickLabelFont

public JRFont getValueAxisTickLabelFont()
Specified by:
getValueAxisTickLabelFont in interface JRCandlestickPlot

setValueAxisTickLabelFont

public void setValueAxisTickLabelFont(JRFont font)

getValueAxisTickLabelColor

public java.awt.Color getValueAxisTickLabelColor()
Specified by:
getValueAxisTickLabelColor in interface JRCandlestickPlot

setValueAxisTickLabelColor

public void setValueAxisTickLabelColor(java.awt.Color color)

getValueAxisTickLabelMask

public java.lang.String getValueAxisTickLabelMask()
Specified by:
getValueAxisTickLabelMask in interface JRCandlestickPlot

setValueAxisTickLabelMask

public void setValueAxisTickLabelMask(java.lang.String mask)

getValueAxisLineColor

public java.awt.Color getValueAxisLineColor()
Specified by:
getValueAxisLineColor in interface JRCandlestickPlot

setValueAxisLineColor

public void setValueAxisLineColor(java.awt.Color color)

isShowVolume

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


© 2001-2006 JasperSoft Corporation www.jaspersoft.com