Class FillChartSettings
java.lang.Object
net.sf.jasperreports.components.charts.FillChartSettings
- All Implemented Interfaces:
Serializable,Cloneable,ChartSettings,JRAnchor,JRCloneable,JRHyperlink
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
- See Also:
-
Field Summary
FieldsFields inherited from interface net.sf.jasperreports.engine.JRAnchor
NO_BOOKMARK -
Constructor Summary
ConstructorsConstructorDescriptionFillChartSettings(ChartSettings chartSettings, ChartsFillObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionclone()voidcollectExpressions(JRExpressionCollector collector) intGets a user specified chart customizer class name.
-
Field Details
-
parent
-
-
Constructor Details
-
FillChartSettings
-
-
Method Details
-
getAnchorNameExpression
- Specified by:
getAnchorNameExpressionin interfaceJRAnchor- See Also:
-
getBookmarkLevelExpression
- Specified by:
getBookmarkLevelExpressionin interfaceJRAnchor- See Also:
-
getBookmarkLevel
public int getBookmarkLevel()- Specified by:
getBookmarkLevelin interfaceJRAnchor- See Also:
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject- See Also:
-
getLegendBackgroundColor
- Specified by:
getLegendBackgroundColorin interfaceChartSettings- See Also:
-
getLegendColor
- Specified by:
getLegendColorin interfaceChartSettings- See Also:
-
getLegendFont
- Specified by:
getLegendFontin interfaceChartSettings- See Also:
-
getLegendPosition
- Specified by:
getLegendPositionin interfaceChartSettings- See Also:
-
getRenderType
- Specified by:
getRenderTypein interfaceChartSettings- See Also:
-
getShowLegend
- Specified by:
getShowLegendin interfaceChartSettings- See Also:
-
getSubtitleColor
- Specified by:
getSubtitleColorin interfaceChartSettings- See Also:
-
getSubtitleExpression
- Specified by:
getSubtitleExpressionin interfaceChartSettings- See Also:
-
getSubtitleFont
- Specified by:
getSubtitleFontin interfaceChartSettings- See Also:
-
getTitleColor
- Specified by:
getTitleColorin interfaceChartSettings- See Also:
-
getTitleExpression
- Specified by:
getTitleExpressionin interfaceChartSettings- See Also:
-
getTitleFont
- Specified by:
getTitleFontin interfaceChartSettings- See Also:
-
getTitlePosition
- Specified by:
getTitlePositionin interfaceChartSettings- See Also:
-
getHyperlinkAnchorExpression
- Specified by:
getHyperlinkAnchorExpressionin interfaceJRHyperlink- See Also:
-
getHyperlinkPageExpression
- Specified by:
getHyperlinkPageExpressionin interfaceJRHyperlink- See Also:
-
getHyperlinkParameters
- Specified by:
getHyperlinkParametersin interfaceJRHyperlink- See Also:
-
getHyperlinkReferenceExpression
- Specified by:
getHyperlinkReferenceExpressionin interfaceJRHyperlink- See Also:
-
getHyperlinkWhenExpression
- Specified by:
getHyperlinkWhenExpressionin interfaceJRHyperlink- See Also:
-
getHyperlinkTarget
- Specified by:
getHyperlinkTargetin interfaceJRHyperlink- See Also:
-
getHyperlinkTooltipExpression
- Specified by:
getHyperlinkTooltipExpressionin interfaceJRHyperlink- See Also:
-
getHyperlinkType
- Specified by:
getHyperlinkTypein interfaceJRHyperlink- See Also:
-
getLinkTarget
- Specified by:
getLinkTargetin interfaceJRHyperlink- See Also:
-
getLinkType
- Specified by:
getLinkTypein interfaceJRHyperlink- See Also:
-
getBackcolor
- Specified by:
getBackcolorin interfaceChartSettings- See Also:
-
getCustomizerClass
Description copied from interface:ChartSettingsGets a user specified chart customizer class name.- Specified by:
getCustomizerClassin interfaceChartSettings- See Also:
-
collectExpressions
-