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
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.charts.JRChartPlot
JRChartPlot.JRSeriesColor
-
-
Field Summary
Fields Modifier and Type Field Description protected Color
timeAxisLabelColor
protected JRFont
timeAxisLabelFont
protected Color
timeAxisLineColor
protected Color
timeAxisTickLabelColor
protected JRFont
timeAxisTickLabelFont
protected Color
valueAxisLabelColor
protected JRFont
valueAxisLabelFont
protected Color
valueAxisLineColor
protected Color
valueAxisTickLabelColor
protected JRFont
valueAxisTickLabelFont
-
Fields inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlot
chart, parent
-
-
Constructor Summary
Constructors Constructor Description JRFillTimeSeriesPlot(JRTimeSeriesPlot plot, ChartsFillObjectFactory factory)
-
Method Summary
-
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, 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.charts.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, 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 Color timeAxisLabelColor
-
timeAxisTickLabelFont
protected JRFont timeAxisTickLabelFont
-
timeAxisTickLabelColor
protected Color timeAxisTickLabelColor
-
timeAxisLineColor
protected Color timeAxisLineColor
-
valueAxisLabelFont
protected JRFont valueAxisLabelFont
-
valueAxisLabelColor
protected Color valueAxisLabelColor
-
valueAxisTickLabelFont
protected JRFont valueAxisTickLabelFont
-
valueAxisTickLabelColor
protected Color valueAxisTickLabelColor
-
valueAxisLineColor
protected Color valueAxisLineColor
-
-
Constructor Detail
-
JRFillTimeSeriesPlot
public JRFillTimeSeriesPlot(JRTimeSeriesPlot plot, ChartsFillObjectFactory factory)
-
-
Method Detail
-
getTimeAxisLabelExpression
public JRExpression getTimeAxisLabelExpression()
- Specified by:
getTimeAxisLabelExpression
in interfaceJRTimeSeriesPlot
- Returns:
- the time axis label expression
-
getTimeAxisLabelFont
public JRFont getTimeAxisLabelFont()
- Specified by:
getTimeAxisLabelFont
in interfaceJRTimeAxisFormat
-
getTimeAxisLabelColor
public Color getTimeAxisLabelColor()
- Specified by:
getTimeAxisLabelColor
in interfaceJRTimeAxisFormat
-
getOwnTimeAxisLabelColor
public Color getOwnTimeAxisLabelColor()
- Specified by:
getOwnTimeAxisLabelColor
in interfaceJRTimeAxisFormat
-
setTimeAxisLabelColor
public void setTimeAxisLabelColor(Color color)
-
getTimeAxisTickLabelFont
public JRFont getTimeAxisTickLabelFont()
- Specified by:
getTimeAxisTickLabelFont
in interfaceJRTimeAxisFormat
-
getTimeAxisTickLabelColor
public Color getTimeAxisTickLabelColor()
- Specified by:
getTimeAxisTickLabelColor
in interfaceJRTimeAxisFormat
-
getOwnTimeAxisTickLabelColor
public Color getOwnTimeAxisTickLabelColor()
- Specified by:
getOwnTimeAxisTickLabelColor
in interfaceJRTimeAxisFormat
-
setTimeAxisTickLabelColor
public void setTimeAxisTickLabelColor(Color color)
-
getTimeAxisTickLabelMask
public String getTimeAxisTickLabelMask()
- Specified by:
getTimeAxisTickLabelMask
in interfaceJRTimeAxisFormat
-
getTimeAxisVerticalTickLabels
public Boolean getTimeAxisVerticalTickLabels()
- Specified by:
getTimeAxisVerticalTickLabels
in interfaceJRTimeAxisFormat
-
getTimeAxisLineColor
public Color getTimeAxisLineColor()
- Specified by:
getTimeAxisLineColor
in interfaceJRTimeAxisFormat
-
getOwnTimeAxisLineColor
public Color getOwnTimeAxisLineColor()
- Specified by:
getOwnTimeAxisLineColor
in interfaceJRTimeAxisFormat
-
setTimeAxisLineColor
public void setTimeAxisLineColor(Color color)
-
getValueAxisLabelExpression
public JRExpression getValueAxisLabelExpression()
- Specified by:
getValueAxisLabelExpression
in interfaceJRTimeSeriesPlot
- Returns:
- the value axis label expression
-
getDomainAxisMinValueExpression
public JRExpression getDomainAxisMinValueExpression()
- Specified by:
getDomainAxisMinValueExpression
in interfaceJRTimeSeriesPlot
- Returns:
- the minimum value expression for the domain axis
-
getDomainAxisMaxValueExpression
public JRExpression getDomainAxisMaxValueExpression()
- Specified by:
getDomainAxisMaxValueExpression
in interfaceJRTimeSeriesPlot
- Returns:
- the maximum value expression for the domain axis
-
getRangeAxisMinValueExpression
public JRExpression getRangeAxisMinValueExpression()
- Specified by:
getRangeAxisMinValueExpression
in interfaceJRTimeSeriesPlot
- Returns:
- the minimum value expression for the range axis
-
getRangeAxisMaxValueExpression
public JRExpression getRangeAxisMaxValueExpression()
- Specified by:
getRangeAxisMaxValueExpression
in interfaceJRTimeSeriesPlot
- Returns:
- the maximum value expression for the range axis
-
getValueAxisLabelFont
public JRFont getValueAxisLabelFont()
- Specified by:
getValueAxisLabelFont
in interfaceJRValueAxisFormat
-
getValueAxisLabelColor
public Color getValueAxisLabelColor()
- Specified by:
getValueAxisLabelColor
in interfaceJRValueAxisFormat
-
getOwnValueAxisLabelColor
public Color getOwnValueAxisLabelColor()
- Specified by:
getOwnValueAxisLabelColor
in interfaceJRValueAxisFormat
-
setValueAxisLabelColor
public void setValueAxisLabelColor(Color color)
-
getValueAxisTickLabelFont
public JRFont getValueAxisTickLabelFont()
- Specified by:
getValueAxisTickLabelFont
in interfaceJRValueAxisFormat
-
getValueAxisTickLabelColor
public Color getValueAxisTickLabelColor()
- Specified by:
getValueAxisTickLabelColor
in interfaceJRValueAxisFormat
-
getOwnValueAxisTickLabelColor
public Color getOwnValueAxisTickLabelColor()
- Specified by:
getOwnValueAxisTickLabelColor
in interfaceJRValueAxisFormat
-
setValueAxisTickLabelColor
public void setValueAxisTickLabelColor(Color color)
-
getValueAxisTickLabelMask
public String getValueAxisTickLabelMask()
- Specified by:
getValueAxisTickLabelMask
in interfaceJRValueAxisFormat
-
getValueAxisVerticalTickLabels
public Boolean getValueAxisVerticalTickLabels()
- Specified by:
getValueAxisVerticalTickLabels
in interfaceJRValueAxisFormat
-
getValueAxisLineColor
public Color getValueAxisLineColor()
- Specified by:
getValueAxisLineColor
in interfaceJRValueAxisFormat
-
getOwnValueAxisLineColor
public Color getOwnValueAxisLineColor()
- Specified by:
getOwnValueAxisLineColor
in interfaceJRValueAxisFormat
-
getShowLines
public Boolean getShowLines()
- Specified by:
getShowLines
in interfaceJRCommonLinePlot
- Returns:
- the show lines flag
-
setShowLines
public void setShowLines(Boolean showLines)
Description copied from interface:JRCommonLinePlot
Sets the show lines flag- Specified by:
setShowLines
in interfaceJRCommonLinePlot
- Parameters:
showLines
- the show lines flag
-
getShowShapes
public Boolean getShowShapes()
- Specified by:
getShowShapes
in interfaceJRCommonLinePlot
- Returns:
- the show shapes flag
-
setShowShapes
public void setShowShapes(Boolean showLines)
Description copied from interface:JRCommonLinePlot
Sets the show shapes flag- Specified by:
setShowShapes
in interfaceJRCommonLinePlot
- Parameters:
showLines
- the show shapes flag
-
-