Package net.sf.jasperreports.charts.fill
Class JRFillLinePlot
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillChartPlot
net.sf.jasperreports.charts.fill.JRFillLinePlot
- All Implemented Interfaces:
Cloneable,JRCategoryAxisFormat,JRCategoryPlot,JRChartPlot,JRCommonLinePlot,JRLinePlot,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, parentFields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION -
Constructor Summary
Constructors -
Method Summary
Modifier 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.voidsetShowLines(Boolean value) Sets the show lines flagvoidsetShowShapes(Boolean value) Sets the show shapes flagvoidsetValueAxisLabelColor(Color color) voidsetValueAxisLineColor(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
-
categoryAxisLabelFont
-
categoryAxisLabelColor
-
categoryAxisTickLabelFont
-
categoryAxisTickLabelColor
-
categoryAxisLineColor
-
valueAxisLabelFont
-
valueAxisLabelColor
-
valueAxisTickLabelFont
-
valueAxisTickLabelColor
-
valueAxisLineColor
-
-
Constructor Details
-
JRFillLinePlot
-
-
Method Details
-
getCategoryAxisLabelExpression
- Specified by:
getCategoryAxisLabelExpressionin interfaceJRCategoryPlot- Returns:
- the category axis label expression
-
getCategoryAxisLabelFont
- Specified by:
getCategoryAxisLabelFontin interfaceJRCategoryAxisFormat
-
getCategoryAxisLabelColor
- Specified by:
getCategoryAxisLabelColorin interfaceJRCategoryAxisFormat
-
getOwnCategoryAxisLabelColor
- Specified by:
getOwnCategoryAxisLabelColorin interfaceJRCategoryAxisFormat
-
setCategoryAxisLabelColor
-
getCategoryAxisTickLabelFont
- Specified by:
getCategoryAxisTickLabelFontin interfaceJRCategoryAxisFormat
-
getCategoryAxisTickLabelColor
- Specified by:
getCategoryAxisTickLabelColorin interfaceJRCategoryAxisFormat
-
getOwnCategoryAxisTickLabelColor
- Specified by:
getOwnCategoryAxisTickLabelColorin interfaceJRCategoryAxisFormat
-
setCategoryAxisTickLabelColor
-
getCategoryAxisTickLabelMask
- Specified by:
getCategoryAxisTickLabelMaskin interfaceJRCategoryAxisFormat
-
getCategoryAxisVerticalTickLabels
- Specified by:
getCategoryAxisVerticalTickLabelsin interfaceJRCategoryAxisFormat
-
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
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
- Specified by:
getCategoryAxisLineColorin interfaceJRCategoryAxisFormat
-
getOwnCategoryAxisLineColor
- Specified by:
getOwnCategoryAxisLineColorin interfaceJRCategoryAxisFormat
-
setCategoryAxisLineColor
-
getValueAxisLabelExpression
- Specified by:
getValueAxisLabelExpressionin interfaceJRCategoryPlot- Returns:
- the value axis label expression
-
getDomainAxisMinValueExpression
- Specified by:
getDomainAxisMinValueExpressionin interfaceJRCategoryPlot- Returns:
- the minimum value expression for the domain axis
-
getDomainAxisMaxValueExpression
- Specified by:
getDomainAxisMaxValueExpressionin interfaceJRCategoryPlot- Returns:
- the maximum value expression for the domain axis
-
getRangeAxisMinValueExpression
- Specified by:
getRangeAxisMinValueExpressionin interfaceJRCategoryPlot- Returns:
- the minimum value expression for the range axis
-
getRangeAxisMaxValueExpression
- Specified by:
getRangeAxisMaxValueExpressionin interfaceJRCategoryPlot- 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
-
setValueAxisLineColor
-
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:
value- the show shapes flag
-
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:
value- the show lines flag
-