net.sf.jasperreports.components.charts
Interface ChartSettings
- All Superinterfaces:
- java.lang.Cloneable, JRAnchor, JRCloneable, JRHyperlink, java.io.Serializable
- All Known Implementing Classes:
- FillChartSettings, StandardChartSettings
public interface ChartSettings
- extends JRAnchor, JRHyperlink, java.io.Serializable
- Version:
- $Id: ChartSettings.java 3936 2010-08-13 15:34:10Z shertage $
- Author:
- sanda zaharia ([email protected])
Fields inherited from interface net.sf.jasperreports.engine.JRHyperlink |
HYPERLINK_TARGET_BLANK, HYPERLINK_TARGET_CUSTOM, HYPERLINK_TARGET_PARENT, HYPERLINK_TARGET_SELF, HYPERLINK_TARGET_TOP, HYPERLINK_TYPE_CUSTOM, HYPERLINK_TYPE_LOCAL_ANCHOR, HYPERLINK_TYPE_LOCAL_PAGE, HYPERLINK_TYPE_NONE, HYPERLINK_TYPE_NULL, HYPERLINK_TYPE_REFERENCE, HYPERLINK_TYPE_REMOTE_ANCHOR, HYPERLINK_TYPE_REMOTE_PAGE |
getShowLegend
java.lang.Boolean getShowLegend()
getBackcolor
java.awt.Color getBackcolor()
getTitleFont
JRFont getTitleFont()
getTitlePosition
EdgeEnum getTitlePosition()
getTitleColor
java.awt.Color getTitleColor()
getSubtitleFont
JRFont getSubtitleFont()
getSubtitleColor
java.awt.Color getSubtitleColor()
getLegendBackgroundColor
java.awt.Color getLegendBackgroundColor()
getLegendColor
java.awt.Color getLegendColor()
getLegendFont
JRFont getLegendFont()
getLegendPosition
EdgeEnum getLegendPosition()
getTitleExpression
JRExpression getTitleExpression()
getSubtitleExpression
JRExpression getSubtitleExpression()
getChartType
byte getChartType()
getRenderType
java.lang.String getRenderType()
getCustomizerClass
java.lang.String getCustomizerClass()
- Gets a user specified chart customizer class name.
- See Also:
ChartCustomizer
Copyright © 2011. All Rights Reserved.