net.sf.jasperreports.charts.fill
Class JRFillTimeSeriesPlot

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

public class JRFillTimeSeriesPlot
extends JRFillChartPlot
implements JRTimeSeriesPlot

Version:
$Id: JRFillTimeSeriesPlot.java 1386 2006-09-06 00:33:02 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Flavius Sana (flavius_sana@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
JRFillTimeSeriesPlot(JRTimeSeriesPlot plot, 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 isShowLines()
           
 boolean isShowShapes()
           
 void setShowLines()
           
 void setShowShapes()
           
 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

JRFillTimeSeriesPlot

public JRFillTimeSeriesPlot(JRTimeSeriesPlot plot,
                            JRFillObjectFactory factory)
Method Detail

getTimeAxisLabelExpression

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

getTimeAxisLabelFont

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

setTimeAxisLabelFont

public void setTimeAxisLabelFont(JRFont font)

getTimeAxisLabelColor

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

setTimeAxisLabelColor

public void setTimeAxisLabelColor(java.awt.Color color)

getTimeAxisTickLabelFont

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

setTimeAxisTickLabelFont

public void setTimeAxisTickLabelFont(JRFont font)

getTimeAxisTickLabelColor

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

setTimeAxisTickLabelColor

public void setTimeAxisTickLabelColor(java.awt.Color color)

getTimeAxisTickLabelMask

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

setTimeAxisTickLabelMask

public void setTimeAxisTickLabelMask(java.lang.String mask)

getTimeAxisLineColor

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

setTimeAxisLineColor

public void setTimeAxisLineColor(java.awt.Color color)

getValueAxisLabelExpression

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

getValueAxisLabelFont

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

setValueAxisLabelFont

public void setValueAxisLabelFont(JRFont font)

getValueAxisLabelColor

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

setValueAxisLabelColor

public void setValueAxisLabelColor(java.awt.Color color)

getValueAxisTickLabelFont

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

setValueAxisTickLabelFont

public void setValueAxisTickLabelFont(JRFont font)

getValueAxisTickLabelColor

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

setValueAxisTickLabelColor

public void setValueAxisTickLabelColor(java.awt.Color color)

getValueAxisTickLabelMask

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

setValueAxisTickLabelMask

public void setValueAxisTickLabelMask(java.lang.String mask)

getValueAxisLineColor

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

setValueAxisLineColor

public void setValueAxisLineColor(java.awt.Color color)

isShowLines

public boolean isShowLines()
Specified by:
isShowLines in interface JRTimeSeriesPlot

setShowLines

public void setShowLines()

isShowShapes

public boolean isShowShapes()
Specified by:
isShowShapes in interface JRTimeSeriesPlot

setShowShapes

public void setShowShapes()


© 2001-2006 JasperSoft Corporation www.jaspersoft.com