net.sf.jasperreports.charts.fill
Class JRFillHighLowPlot

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

public class JRFillHighLowPlot
extends JRFillChartPlot
implements JRHighLowPlot

Version:
$Id: JRFillHighLowPlot.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
JRFillHighLowPlot(JRHighLowPlot highLowPlot, 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 isShowCloseTicks()
           
 boolean isShowOpenTicks()
           
 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

JRFillHighLowPlot

public JRFillHighLowPlot(JRHighLowPlot highLowPlot,
                         JRFillObjectFactory factory)
Method Detail

getTimeAxisLabelExpression

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

getTimeAxisLabelFont

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

setTimeAxisLabelFont

public void setTimeAxisLabelFont(JRFont font)

getTimeAxisLabelColor

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

setTimeAxisLabelColor

public void setTimeAxisLabelColor(java.awt.Color color)

getTimeAxisTickLabelFont

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

setTimeAxisTickLabelFont

public void setTimeAxisTickLabelFont(JRFont font)

getTimeAxisTickLabelColor

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

setTimeAxisTickLabelColor

public void setTimeAxisTickLabelColor(java.awt.Color color)

getTimeAxisTickLabelMask

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

setTimeAxisTickLabelMask

public void setTimeAxisTickLabelMask(java.lang.String mask)

getTimeAxisLineColor

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

setTimeAxisLineColor

public void setTimeAxisLineColor(java.awt.Color color)

getValueAxisLabelExpression

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

getValueAxisLabelFont

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

setValueAxisLabelFont

public void setValueAxisLabelFont(JRFont font)

getValueAxisLabelColor

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

setValueAxisLabelColor

public void setValueAxisLabelColor(java.awt.Color color)

getValueAxisTickLabelFont

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

setValueAxisTickLabelFont

public void setValueAxisTickLabelFont(JRFont font)

getValueAxisTickLabelColor

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

setValueAxisTickLabelColor

public void setValueAxisTickLabelColor(java.awt.Color color)

getValueAxisTickLabelMask

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

setValueAxisTickLabelMask

public void setValueAxisTickLabelMask(java.lang.String mask)

getValueAxisLineColor

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

setValueAxisLineColor

public void setValueAxisLineColor(java.awt.Color color)

isShowOpenTicks

public boolean isShowOpenTicks()
Specified by:
isShowOpenTicks in interface JRHighLowPlot

isShowCloseTicks

public boolean isShowCloseTicks()
Specified by:
isShowCloseTicks in interface JRHighLowPlot


© 2001-2006 JasperSoft Corporation www.jaspersoft.com