Package net.sf.jasperreports.charts.fill
Class JRFillLinePlot
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.JRFillChartPlot
-
- net.sf.jasperreports.charts.fill.JRFillLinePlot
-
- All Implemented Interfaces:
java.lang.Cloneable,JRCategoryAxisFormat,JRCategoryPlot,JRCommonLinePlot,JRLinePlot,JRValueAxisFormat,JRChartPlot,JRCloneable
public class JRFillLinePlot extends JRFillChartPlot implements JRLinePlot
- 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.ColorcategoryAxisLabelColorprotected JRFontcategoryAxisLabelFontprotected java.awt.ColorcategoryAxisLineColorprotected java.awt.ColorcategoryAxisTickLabelColorprotected JRFontcategoryAxisTickLabelFontprotected java.awt.ColorvalueAxisLabelColorprotected JRFontvalueAxisLabelFontprotected java.awt.ColorvalueAxisLineColorprotected java.awt.ColorvalueAxisTickLabelColorprotected JRFontvalueAxisTickLabelFont-
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillChartPlot
chart, parent
-
Fields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION
-
-
Constructor Summary
Constructors Constructor Description JRFillLinePlot(JRLinePlot 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
-
categoryAxisLabelFont
protected JRFont categoryAxisLabelFont
-
categoryAxisLabelColor
protected java.awt.Color categoryAxisLabelColor
-
categoryAxisTickLabelFont
protected JRFont categoryAxisTickLabelFont
-
categoryAxisTickLabelColor
protected java.awt.Color categoryAxisTickLabelColor
-
categoryAxisLineColor
protected java.awt.Color categoryAxisLineColor
-
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
-
JRFillLinePlot
public JRFillLinePlot(JRLinePlot plot, JRFillObjectFactory factory)
-
-
Method Detail
-
getCategoryAxisLabelExpression
public JRExpression getCategoryAxisLabelExpression()
- Specified by:
getCategoryAxisLabelExpressionin interfaceJRCategoryPlot- Returns:
- the category axis label expression
-
getCategoryAxisLabelFont
public JRFont getCategoryAxisLabelFont()
- Specified by:
getCategoryAxisLabelFontin interfaceJRCategoryAxisFormat
-
getCategoryAxisLabelColor
public java.awt.Color getCategoryAxisLabelColor()
- Specified by:
getCategoryAxisLabelColorin interfaceJRCategoryAxisFormat
-
getOwnCategoryAxisLabelColor
public java.awt.Color getOwnCategoryAxisLabelColor()
- Specified by:
getOwnCategoryAxisLabelColorin interfaceJRCategoryAxisFormat
-
setCategoryAxisLabelColor
public void setCategoryAxisLabelColor(java.awt.Color color)
-
getCategoryAxisTickLabelFont
public JRFont getCategoryAxisTickLabelFont()
- Specified by:
getCategoryAxisTickLabelFontin interfaceJRCategoryAxisFormat
-
getCategoryAxisTickLabelColor
public java.awt.Color getCategoryAxisTickLabelColor()
- Specified by:
getCategoryAxisTickLabelColorin interfaceJRCategoryAxisFormat
-
getOwnCategoryAxisTickLabelColor
public java.awt.Color getOwnCategoryAxisTickLabelColor()
- Specified by:
getOwnCategoryAxisTickLabelColorin interfaceJRCategoryAxisFormat
-
setCategoryAxisTickLabelColor
public void setCategoryAxisTickLabelColor(java.awt.Color color)
-
getCategoryAxisTickLabelMask
public java.lang.String getCategoryAxisTickLabelMask()
- Specified by:
getCategoryAxisTickLabelMaskin interfaceJRCategoryAxisFormat
-
getCategoryAxisVerticalTickLabels
public java.lang.Boolean getCategoryAxisVerticalTickLabels()
- Specified by:
getCategoryAxisVerticalTickLabelsin interfaceJRCategoryAxisFormat
-
getCategoryAxisTickLabelRotation
public java.lang.Double getCategoryAxisTickLabelRotation()
Description copied from interface:JRCategoryAxisFormatGets the angle in degrees to rotate the data axis labels. The range is -360 to 360. A positive value angles the label so it reads downwards wile a negative value angles the label so it reads upwards. Only charts that use a category based axis (such as line or bar charts) support label rotation.- Specified by:
getCategoryAxisTickLabelRotationin interfaceJRCategoryAxisFormat
-
setCategoryAxisTickLabelRotation
public void setCategoryAxisTickLabelRotation(java.lang.Double labelRotation)
Description copied from interface:JRCategoryAxisFormatSets the angle in degrees to rotate the data axis labels. The range is -360 to 360. A positive value angles the label so it reads downwards wile a negative value angles the label so it reads upwards. Only charts that use a category based axis (such as line or bar charts) support label rotation.- Specified by:
setCategoryAxisTickLabelRotationin interfaceJRCategoryAxisFormat
-
getCategoryAxisLineColor
public java.awt.Color getCategoryAxisLineColor()
- Specified by:
getCategoryAxisLineColorin interfaceJRCategoryAxisFormat
-
getOwnCategoryAxisLineColor
public java.awt.Color getOwnCategoryAxisLineColor()
- Specified by:
getOwnCategoryAxisLineColorin interfaceJRCategoryAxisFormat
-
setCategoryAxisLineColor
public void setCategoryAxisLineColor(java.awt.Color color)
-
getValueAxisLabelExpression
public JRExpression getValueAxisLabelExpression()
- Specified by:
getValueAxisLabelExpressionin interfaceJRCategoryPlot- Returns:
- the value axis label expression
-
getDomainAxisMinValueExpression
public JRExpression getDomainAxisMinValueExpression()
- Specified by:
getDomainAxisMinValueExpressionin interfaceJRCategoryPlot- Returns:
- the minimum value expression for the domain axis
-
getDomainAxisMaxValueExpression
public JRExpression getDomainAxisMaxValueExpression()
- Specified by:
getDomainAxisMaxValueExpressionin interfaceJRCategoryPlot- Returns:
- the maximum value expression for the domain axis
-
getRangeAxisMinValueExpression
public JRExpression getRangeAxisMinValueExpression()
- Specified by:
getRangeAxisMinValueExpressionin interfaceJRCategoryPlot- Returns:
- the minimum value expression for the range axis
-
getRangeAxisMaxValueExpression
public JRExpression getRangeAxisMaxValueExpression()
- Specified by:
getRangeAxisMaxValueExpressionin interfaceJRCategoryPlot- 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
-
setValueAxisLineColor
public void setValueAxisLineColor(java.awt.Color color)
-
getShowShapes
public java.lang.Boolean getShowShapes()
- Specified by:
getShowShapesin interfaceJRCommonLinePlot- Returns:
- the show shapes flag
-
setShowShapes
public void setShowShapes(java.lang.Boolean value)
Description copied from interface:JRCommonLinePlotSets the show shapes flag- Specified by:
setShowShapesin interfaceJRCommonLinePlot- Parameters:
value- the show shapes flag
-
getShowLines
public java.lang.Boolean getShowLines()
- Specified by:
getShowLinesin interfaceJRCommonLinePlot- Returns:
- the show lines flag
-
setShowLines
public void setShowLines(java.lang.Boolean value)
Description copied from interface:JRCommonLinePlotSets the show lines flag- Specified by:
setShowLinesin interfaceJRCommonLinePlot- Parameters:
value- the show lines flag
-
-