net.sf.jasperreports.charts
Interface JRTimeSeriesPlot

All Superinterfaces:
java.lang.Cloneable, JRChartPlot, JRCloneable, JRTimeAxisFormat, JRValueAxisFormat
All Known Implementing Classes:
JRBaseTimeSeriesPlot, JRDesignTimeSeriesPlot, JRFillTimeSeriesPlot

public interface JRTimeSeriesPlot
extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat

Version:
$Id: JRTimeSeriesPlot.java 3032 2009-08-27 11:32:28Z teodord $
Author:
Flavius Sana ([email protected])

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Method Summary
 JRExpression getDomainAxisMaxValueExpression()
           
 JRExpression getDomainAxisMinValueExpression()
           
 JRExpression getRangeAxisMaxValueExpression()
           
 JRExpression getRangeAxisMinValueExpression()
           
 java.lang.Boolean getShowLines()
           
 java.lang.Boolean getShowShapes()
           
 JRExpression getTimeAxisLabelExpression()
           
 JRExpression getValueAxisLabelExpression()
           
 boolean isShowLines()
          Deprecated. Replaced by getShowLines()
 boolean isShowShapes()
          Deprecated. Replaced by getShowShapes()
 
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
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 
Methods inherited from interface net.sf.jasperreports.charts.JRTimeAxisFormat
getOwnTimeAxisLabelColor, getOwnTimeAxisLineColor, getOwnTimeAxisTickLabelColor, getTimeAxisLabelColor, getTimeAxisLabelFont, getTimeAxisLineColor, getTimeAxisTickLabelColor, getTimeAxisTickLabelFont, getTimeAxisTickLabelMask, getTimeAxisVerticalTickLabels
 
Methods inherited from interface net.sf.jasperreports.charts.JRValueAxisFormat
getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getValueAxisLabelColor, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels
 

Method Detail

getTimeAxisLabelExpression

JRExpression getTimeAxisLabelExpression()

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

getDomainAxisMinValueExpression

JRExpression getDomainAxisMinValueExpression()

getDomainAxisMaxValueExpression

JRExpression getDomainAxisMaxValueExpression()

getRangeAxisMinValueExpression

JRExpression getRangeAxisMinValueExpression()

getRangeAxisMaxValueExpression

JRExpression getRangeAxisMaxValueExpression()

isShowLines

boolean isShowLines()
Deprecated. Replaced by getShowLines()


isShowShapes

boolean isShowShapes()
Deprecated. Replaced by getShowShapes()


getShowLines

java.lang.Boolean getShowLines()

getShowShapes

java.lang.Boolean getShowShapes()


Copyright © 2011. All Rights Reserved.