Package net.sf.jasperreports.charts.fill
Class JRFillAreaPlot
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillAreaPlot
- All Implemented Interfaces:
- Cloneable,- JRAreaPlot,- JRCategoryAxisFormat,- JRCategoryPlot,- JRChartPlot,- JRValueAxisFormat,- JRCloneable
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.sf.jasperreports.charts.JRChartPlotJRChartPlot.JRSeriesColor
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Colorprotected JRFontprotected Colorprotected Colorprotected JRFontprotected Colorprotected JRFontprotected Colorprotected Colorprotected JRFontFields inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlotchart, parentFields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormatPROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the angle in degrees to rotate the data axis labels.voidsetCategoryAxisLabelColor(Color color) voidsetCategoryAxisLineColor(Color color) voidvoidsetCategoryAxisTickLabelRotation(Double labelRotation) Sets the angle in degrees to rotate the data axis labels.voidsetValueAxisLabelColor(Color color) voidsetValueAxisLineColor(Color color) voidsetValueAxisTickLabelColor(Color color) Methods inherited from class net.sf.jasperreports.charts.fill.JRFillChartPlotaddSeriesColor, 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.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.charts.JRChartPlotaddSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getChart, getForegroundAlpha, getLabelRotation, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setSeriesColorsMethods inherited from interface net.sf.jasperreports.engine.JRCloneableclone
- 
Field Details- 
categoryAxisLabelFont
- 
categoryAxisLabelColor
- 
categoryAxisTickLabelFont
- 
categoryAxisTickLabelColor
- 
categoryAxisLineColor
- 
valueAxisLabelFont
- 
valueAxisLabelColor
- 
valueAxisTickLabelFont
- 
valueAxisTickLabelColor
- 
valueAxisLineColor
 
- 
- 
Constructor Details- 
JRFillAreaPlot
 
- 
- 
Method Details- 
getCategoryAxisLabelExpression- Specified by:
- getCategoryAxisLabelExpressionin interface- JRCategoryPlot
- Returns:
- the category axis label expression
 
- 
getCategoryAxisLabelFont- Specified by:
- getCategoryAxisLabelFontin interface- JRCategoryAxisFormat
 
- 
getCategoryAxisLabelColor- Specified by:
- getCategoryAxisLabelColorin interface- JRCategoryAxisFormat
 
- 
getOwnCategoryAxisLabelColor- Specified by:
- getOwnCategoryAxisLabelColorin interface- JRCategoryAxisFormat
 
- 
setCategoryAxisLabelColor
- 
getCategoryAxisTickLabelFont- Specified by:
- getCategoryAxisTickLabelFontin interface- JRCategoryAxisFormat
 
- 
getCategoryAxisTickLabelColor- Specified by:
- getCategoryAxisTickLabelColorin interface- JRCategoryAxisFormat
 
- 
getOwnCategoryAxisTickLabelColor- Specified by:
- getOwnCategoryAxisTickLabelColorin interface- JRCategoryAxisFormat
 
- 
setCategoryAxisTickLabelColor
- 
getCategoryAxisTickLabelMask- Specified by:
- getCategoryAxisTickLabelMaskin interface- JRCategoryAxisFormat
 
- 
getCategoryAxisVerticalTickLabels- Specified by:
- getCategoryAxisVerticalTickLabelsin interface- JRCategoryAxisFormat
 
- 
getCategoryAxisTickLabelRotationDescription 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 interface- JRCategoryAxisFormat
 
- 
setCategoryAxisTickLabelRotationDescription 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 interface- JRCategoryAxisFormat
 
- 
getCategoryAxisLineColor- Specified by:
- getCategoryAxisLineColorin interface- JRCategoryAxisFormat
 
- 
getOwnCategoryAxisLineColor- Specified by:
- getOwnCategoryAxisLineColorin interface- JRCategoryAxisFormat
 
- 
setCategoryAxisLineColor
- 
getValueAxisLabelExpression- Specified by:
- getValueAxisLabelExpressionin interface- JRCategoryPlot
- Returns:
- the value axis label expression
 
- 
getDomainAxisMinValueExpression- Specified by:
- getDomainAxisMinValueExpressionin interface- JRCategoryPlot
- Returns:
- the minimum value expression for the domain axis
 
- 
getDomainAxisMaxValueExpression- Specified by:
- getDomainAxisMaxValueExpressionin interface- JRCategoryPlot
- Returns:
- the maximum value expression for the domain axis
 
- 
getRangeAxisMinValueExpression- Specified by:
- getRangeAxisMinValueExpressionin interface- JRCategoryPlot
- Returns:
- the minimum value expression for the range axis
 
- 
getRangeAxisMaxValueExpression- Specified by:
- getRangeAxisMaxValueExpressionin interface- JRCategoryPlot
- Returns:
- the maximum value expression for the range axis
 
- 
getValueAxisLabelFont- Specified by:
- getValueAxisLabelFontin interface- JRValueAxisFormat
 
- 
getValueAxisLabelColor- Specified by:
- getValueAxisLabelColorin interface- JRValueAxisFormat
 
- 
getOwnValueAxisLabelColor- Specified by:
- getOwnValueAxisLabelColorin interface- JRValueAxisFormat
 
- 
setValueAxisLabelColor
- 
getValueAxisTickLabelFont- Specified by:
- getValueAxisTickLabelFontin interface- JRValueAxisFormat
 
- 
getValueAxisTickLabelColor- Specified by:
- getValueAxisTickLabelColorin interface- JRValueAxisFormat
 
- 
getOwnValueAxisTickLabelColor- Specified by:
- getOwnValueAxisTickLabelColorin interface- JRValueAxisFormat
 
- 
setValueAxisTickLabelColor
- 
getValueAxisTickLabelMask- Specified by:
- getValueAxisTickLabelMaskin interface- JRValueAxisFormat
 
- 
getValueAxisVerticalTickLabels- Specified by:
- getValueAxisVerticalTickLabelsin interface- JRValueAxisFormat
 
- 
getValueAxisLineColor- Specified by:
- getValueAxisLineColorin interface- JRValueAxisFormat
 
- 
getOwnValueAxisLineColor- Specified by:
- getOwnValueAxisLineColorin interface- JRValueAxisFormat
 
- 
setValueAxisLineColor
 
-