Package net.sf.jasperreports.charts.fill
Class JRFillTimeSeriesPlot
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.JRFillChartPlot
-
- net.sf.jasperreports.charts.fill.JRFillTimeSeriesPlot
-
- All Implemented Interfaces:
java.lang.Cloneable,JRCommonLinePlot,JRTimeAxisFormat,JRTimeSeriesPlot,JRValueAxisFormat,JRChartPlot,JRCloneable
public class JRFillTimeSeriesPlot extends JRFillChartPlot implements JRTimeSeriesPlot
- 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 Modifier and Type Field Description protected java.awt.ColortimeAxisLabelColorprotected JRFonttimeAxisLabelFontprotected java.awt.ColortimeAxisLineColorprotected java.awt.ColortimeAxisTickLabelColorprotected JRFonttimeAxisTickLabelFontprotected java.awt.ColorvalueAxisLabelColorprotected JRFontvalueAxisLabelFontprotected java.awt.ColorvalueAxisLineColorprotected java.awt.ColorvalueAxisTickLabelColorprotected JRFontvalueAxisTickLabelFont-
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
chart, parent
-
-
Constructor Summary
Constructors Constructor Description JRFillTimeSeriesPlot(JRTimeSeriesPlot plot, JRFillObjectFactory factory)
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientationValue, getOwnBackcolor, getSeriesColors, getStyleResolver, setBackcolor, setBackgroundAlpha, setBand, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColors
-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Field Detail
-
timeAxisLabelFont
protected JRFont timeAxisLabelFont
-
timeAxisLabelColor
protected java.awt.Color timeAxisLabelColor
-
timeAxisTickLabelFont
protected JRFont timeAxisTickLabelFont
-
timeAxisTickLabelColor
protected java.awt.Color timeAxisTickLabelColor
-
timeAxisLineColor
protected java.awt.Color timeAxisLineColor
-
valueAxisLabelFont
protected JRFont valueAxisLabelFont
-
valueAxisLabelColor
protected java.awt.Color valueAxisLabelColor
-
valueAxisTickLabelFont
protected JRFont valueAxisTickLabelFont
-
valueAxisTickLabelColor
protected java.awt.Color valueAxisTickLabelColor
-
valueAxisLineColor
protected java.awt.Color valueAxisLineColor
-
-
Constructor Detail
-
JRFillTimeSeriesPlot
public JRFillTimeSeriesPlot(JRTimeSeriesPlot plot, JRFillObjectFactory factory)
-
-
Method Detail
-
getTimeAxisLabelExpression
public JRExpression getTimeAxisLabelExpression()
- Specified by:
getTimeAxisLabelExpressionin interfaceJRTimeSeriesPlot- Returns:
- the time axis label expression
-
getTimeAxisLabelFont
public JRFont getTimeAxisLabelFont()
- Specified by:
getTimeAxisLabelFontin interfaceJRTimeAxisFormat
-
getTimeAxisLabelColor
public java.awt.Color getTimeAxisLabelColor()
- Specified by:
getTimeAxisLabelColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisLabelColor
public java.awt.Color getOwnTimeAxisLabelColor()
- Specified by:
getOwnTimeAxisLabelColorin interfaceJRTimeAxisFormat
-
setTimeAxisLabelColor
public void setTimeAxisLabelColor(java.awt.Color color)
-
getTimeAxisTickLabelFont
public JRFont getTimeAxisTickLabelFont()
- Specified by:
getTimeAxisTickLabelFontin interfaceJRTimeAxisFormat
-
getTimeAxisTickLabelColor
public java.awt.Color getTimeAxisTickLabelColor()
- Specified by:
getTimeAxisTickLabelColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisTickLabelColor
public java.awt.Color getOwnTimeAxisTickLabelColor()
- Specified by:
getOwnTimeAxisTickLabelColorin interfaceJRTimeAxisFormat
-
setTimeAxisTickLabelColor
public void setTimeAxisTickLabelColor(java.awt.Color color)
-
getTimeAxisTickLabelMask
public java.lang.String getTimeAxisTickLabelMask()
- Specified by:
getTimeAxisTickLabelMaskin interfaceJRTimeAxisFormat
-
getTimeAxisVerticalTickLabels
public java.lang.Boolean getTimeAxisVerticalTickLabels()
- Specified by:
getTimeAxisVerticalTickLabelsin interfaceJRTimeAxisFormat
-
getTimeAxisLineColor
public java.awt.Color getTimeAxisLineColor()
- Specified by:
getTimeAxisLineColorin interfaceJRTimeAxisFormat
-
getOwnTimeAxisLineColor
public java.awt.Color getOwnTimeAxisLineColor()
- Specified by:
getOwnTimeAxisLineColorin interfaceJRTimeAxisFormat
-
setTimeAxisLineColor
public void setTimeAxisLineColor(java.awt.Color color)
-
getValueAxisLabelExpression
public JRExpression getValueAxisLabelExpression()
- Specified by:
getValueAxisLabelExpressionin interfaceJRTimeSeriesPlot- Returns:
- the value axis label expression
-
getDomainAxisMinValueExpression
public JRExpression getDomainAxisMinValueExpression()
- Specified by:
getDomainAxisMinValueExpressionin interfaceJRTimeSeriesPlot- Returns:
- the minimum value expression for the domain axis
-
getDomainAxisMaxValueExpression
public JRExpression getDomainAxisMaxValueExpression()
- Specified by:
getDomainAxisMaxValueExpressionin interfaceJRTimeSeriesPlot- Returns:
- the maximum value expression for the domain axis
-
getRangeAxisMinValueExpression
public JRExpression getRangeAxisMinValueExpression()
- Specified by:
getRangeAxisMinValueExpressionin interfaceJRTimeSeriesPlot- Returns:
- the minimum value expression for the range axis
-
getRangeAxisMaxValueExpression
public JRExpression getRangeAxisMaxValueExpression()
- Specified by:
getRangeAxisMaxValueExpressionin interfaceJRTimeSeriesPlot- Returns:
- the maximum value expression for the range axis
-
getValueAxisLabelFont
public JRFont getValueAxisLabelFont()
- Specified by:
getValueAxisLabelFontin interfaceJRValueAxisFormat
-
getValueAxisLabelColor
public java.awt.Color getValueAxisLabelColor()
- Specified by:
getValueAxisLabelColorin interfaceJRValueAxisFormat
-
getOwnValueAxisLabelColor
public java.awt.Color getOwnValueAxisLabelColor()
- Specified by:
getOwnValueAxisLabelColorin interfaceJRValueAxisFormat
-
setValueAxisLabelColor
public void setValueAxisLabelColor(java.awt.Color color)
-
getValueAxisTickLabelFont
public JRFont getValueAxisTickLabelFont()
- Specified by:
getValueAxisTickLabelFontin interfaceJRValueAxisFormat
-
getValueAxisTickLabelColor
public java.awt.Color getValueAxisTickLabelColor()
- Specified by:
getValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
getOwnValueAxisTickLabelColor
public java.awt.Color getOwnValueAxisTickLabelColor()
- Specified by:
getOwnValueAxisTickLabelColorin interfaceJRValueAxisFormat
-
setValueAxisTickLabelColor
public void setValueAxisTickLabelColor(java.awt.Color color)
-
getValueAxisTickLabelMask
public java.lang.String getValueAxisTickLabelMask()
- Specified by:
getValueAxisTickLabelMaskin interfaceJRValueAxisFormat
-
getValueAxisVerticalTickLabels
public java.lang.Boolean getValueAxisVerticalTickLabels()
- Specified by:
getValueAxisVerticalTickLabelsin interfaceJRValueAxisFormat
-
getValueAxisLineColor
public java.awt.Color getValueAxisLineColor()
- Specified by:
getValueAxisLineColorin interfaceJRValueAxisFormat
-
getOwnValueAxisLineColor
public java.awt.Color getOwnValueAxisLineColor()
- Specified by:
getOwnValueAxisLineColorin interfaceJRValueAxisFormat
-
getShowLines
public java.lang.Boolean getShowLines()
- Specified by:
getShowLinesin interfaceJRCommonLinePlot- Returns:
- the show lines flag
-
setShowLines
public void setShowLines(java.lang.Boolean showLines)
Description copied from interface:JRCommonLinePlotSets the show lines flag- Specified by:
setShowLinesin interfaceJRCommonLinePlot- Parameters:
showLines- the show lines flag
-
getShowShapes
public java.lang.Boolean getShowShapes()
- Specified by:
getShowShapesin interfaceJRCommonLinePlot- Returns:
- the show shapes flag
-
setShowShapes
public void setShowShapes(java.lang.Boolean showLines)
Description copied from interface:JRCommonLinePlotSets the show shapes flag- Specified by:
setShowShapesin interfaceJRCommonLinePlot- Parameters:
showLines- the show shapes flag
-
-