Package net.sf.jasperreports.charts.fill
Class JRFillTimeSeriesPlot
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillTimeSeriesPlot
- All Implemented Interfaces:
Cloneable,JRChartPlot,JRCommonLinePlot,JRTimeAxisFormat,JRTimeSeriesPlot,JRValueAxisFormat,JRCloneable
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlot
JRChartPlot.JRSeriesColor -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Colorprotected JRFontprotected Colorprotected Colorprotected JRFontprotected Colorprotected JRFontprotected Colorprotected Colorprotected JRFontFields inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
chart, parent -
Constructor Summary
ConstructorsConstructorDescriptionJRFillTimeSeriesPlot(JRTimeSeriesPlot plot, ChartsFillObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetShowLines(Boolean showLines) Sets the show lines flagvoidsetShowShapes(Boolean showLines) Sets the show shapes flagvoidsetTimeAxisLabelColor(Color color) voidsetTimeAxisLineColor(Color color) voidsetTimeAxisTickLabelColor(Color color) voidsetValueAxisLabelColor(Color color) voidsetValueAxisTickLabelColor(Color color) Methods inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setBand, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
clone
-
Field Details
-
timeAxisLabelFont
-
timeAxisLabelColor
-
timeAxisTickLabelFont
-
timeAxisTickLabelColor
-
timeAxisLineColor
-
valueAxisLabelFont
-
valueAxisLabelColor
-
valueAxisTickLabelFont
-
valueAxisTickLabelColor
-
valueAxisLineColor
-
-
Constructor Details
-
JRFillTimeSeriesPlot
-
-
Method Details
-
getTimeAxisLabelExpression
- Specified by:
getTimeAxisLabelExpressionin interfaceJRTimeSeriesPlot- Returns:
- the time axis label expression
-
getTimeAxisLabelFont
- Specified by:
getTimeAxisLabelFontin interfaceJRTimeAxisFormat
-
getTimeAxisLabelColor
- Specified by:
getTimeAxisLabelColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisLabelColor
- Specified by:
getOwnTimeAxisLabelColorin interfaceJRTimeAxisFormat
-
setTimeAxisLabelColor
-
getTimeAxisTickLabelFont
- Specified by:
getTimeAxisTickLabelFontin interfaceJRTimeAxisFormat
-
getTimeAxisTickLabelColor
- Specified by:
getTimeAxisTickLabelColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisTickLabelColor
- Specified by:
getOwnTimeAxisTickLabelColorin interfaceJRTimeAxisFormat
-
setTimeAxisTickLabelColor
-
getTimeAxisTickLabelMask
- Specified by:
getTimeAxisTickLabelMaskin interfaceJRTimeAxisFormat
-
getTimeAxisVerticalTickLabels
- Specified by:
getTimeAxisVerticalTickLabelsin interfaceJRTimeAxisFormat
-
getTimeAxisLineColor
- Specified by:
getTimeAxisLineColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisLineColor
- Specified by:
getOwnTimeAxisLineColorin interfaceJRTimeAxisFormat
-
setTimeAxisLineColor
-
getValueAxisLabelExpression
- Specified by:
getValueAxisLabelExpressionin interfaceJRTimeSeriesPlot- Returns:
- the value axis label expression
-
getDomainAxisMinValueExpression
- Specified by:
getDomainAxisMinValueExpressionin interfaceJRTimeSeriesPlot- Returns:
- the minimum value expression for the domain axis
-
getDomainAxisMaxValueExpression
- Specified by:
getDomainAxisMaxValueExpressionin interfaceJRTimeSeriesPlot- Returns:
- the maximum value expression for the domain axis
-
getRangeAxisMinValueExpression
- Specified by:
getRangeAxisMinValueExpressionin interfaceJRTimeSeriesPlot- Returns:
- the minimum value expression for the range axis
-
getRangeAxisMaxValueExpression
- Specified by:
getRangeAxisMaxValueExpressionin interfaceJRTimeSeriesPlot- Returns:
- the maximum value expression for the range axis
-
getValueAxisLabelFont
- Specified by:
getValueAxisLabelFontin interfaceJRValueAxisFormat
-
getValueAxisLabelColor
- Specified by:
getValueAxisLabelColorin interfaceJRValueAxisFormat
-
getOwnValueAxisLabelColor
- Specified by:
getOwnValueAxisLabelColorin interfaceJRValueAxisFormat
-
setValueAxisLabelColor
-
getValueAxisTickLabelFont
- Specified by:
getValueAxisTickLabelFontin interfaceJRValueAxisFormat
-
getValueAxisTickLabelColor
- Specified by:
getValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
getOwnValueAxisTickLabelColor
- Specified by:
getOwnValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
setValueAxisTickLabelColor
-
getValueAxisTickLabelMask
- Specified by:
getValueAxisTickLabelMaskin interfaceJRValueAxisFormat
-
getValueAxisVerticalTickLabels
- Specified by:
getValueAxisVerticalTickLabelsin interfaceJRValueAxisFormat
-
getValueAxisLineColor
- Specified by:
getValueAxisLineColorin interfaceJRValueAxisFormat
-
getOwnValueAxisLineColor
- Specified by:
getOwnValueAxisLineColorin interfaceJRValueAxisFormat
-
getShowLines
- Specified by:
getShowLinesin interfaceJRCommonLinePlot- Returns:
- the show lines flag
-
setShowLines
Description copied from interface:JRCommonLinePlotSets the show lines flag- Specified by:
setShowLinesin interfaceJRCommonLinePlot- Parameters:
showLines- the show lines flag
-
getShowShapes
- Specified by:
getShowShapesin interfaceJRCommonLinePlot- Returns:
- the show shapes flag
-
setShowShapes
Description copied from interface:JRCommonLinePlotSets the show shapes flag- Specified by:
setShowShapesin interfaceJRCommonLinePlot- Parameters:
showLines- the show shapes flag
-