Package net.sf.jasperreports.charts
Interface JRTimeSeriesPlot
- All Superinterfaces:
Cloneable,JRChartPlot,JRCloneable,JRCommonLinePlot,JRTimeAxisFormat,JRValueAxisFormat
- All Known Implementing Classes:
JRBaseTimeSeriesPlot,JRDesignTimeSeriesPlot,JRFillTimeSeriesPlot
public interface JRTimeSeriesPlot
extends JRChartPlot, JRTimeAxisFormat, JRValueAxisFormat, JRCommonLinePlot
This type of plot is similar to the Line plot and Scatter plot in that it lets users configure
the labels for both axes, the rendering of lines to connect the item points, and the rendering
of the small shapes that mark each item point on the target plot area. It is used only in
combination with Time Series charts.
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface net.sf.jasperreports.charts.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from interface net.sf.jasperreports.engine.JRCloneable
cloneMethods inherited from interface net.sf.jasperreports.charts.JRCommonLinePlot
getShowLines, getShowShapes, setShowLines, setShowShapesMethods inherited from interface net.sf.jasperreports.charts.JRTimeAxisFormat
getOwnTimeAxisLabelColor, getOwnTimeAxisLineColor, getOwnTimeAxisTickLabelColor, getTimeAxisLabelColor, getTimeAxisLabelFont, getTimeAxisLineColor, getTimeAxisTickLabelColor, getTimeAxisTickLabelFont, getTimeAxisTickLabelMask, getTimeAxisVerticalTickLabelsMethods inherited from interface net.sf.jasperreports.charts.JRValueAxisFormat
getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getValueAxisLabelColor, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels
-
Method Details
-
getTimeAxisLabelExpression
JRExpression getTimeAxisLabelExpression()- Returns:
- the time axis label expression
-
getValueAxisLabelExpression
JRExpression getValueAxisLabelExpression()- Returns:
- the value axis label expression
-
getDomainAxisMinValueExpression
JRExpression getDomainAxisMinValueExpression()- Returns:
- the minimum value expression for the domain axis
-
getDomainAxisMaxValueExpression
JRExpression getDomainAxisMaxValueExpression()- Returns:
- the maximum value expression for the domain axis
-
getRangeAxisMinValueExpression
JRExpression getRangeAxisMinValueExpression()- Returns:
- the minimum value expression for the range axis
-
getRangeAxisMaxValueExpression
JRExpression getRangeAxisMaxValueExpression()- Returns:
- the maximum value expression for the range axis
-