net.sf.jasperreports.components.charts
Interface ChartSettings
- All Superinterfaces:
- Cloneable, JRAnchor, JRCloneable, JRHyperlink, Serializable
- All Known Implementing Classes:
- FillChartSettings, StandardChartSettings
public interface ChartSettings
- extends JRAnchor, JRHyperlink, Serializable
- Version:
- $Id: ChartSettings.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- sanda zaharia (shertage@users.sourceforge.net)
getShowLegend
Boolean getShowLegend()
getBackcolor
Color getBackcolor()
getTitleFont
JRFont getTitleFont()
getTitlePosition
EdgeEnum getTitlePosition()
getTitleColor
Color getTitleColor()
getSubtitleFont
JRFont getSubtitleFont()
getSubtitleColor
Color getSubtitleColor()
getLegendBackgroundColor
Color getLegendBackgroundColor()
getLegendColor
Color getLegendColor()
getLegendFont
JRFont getLegendFont()
getLegendPosition
EdgeEnum getLegendPosition()
getTitleExpression
JRExpression getTitleExpression()
getSubtitleExpression
JRExpression getSubtitleExpression()
getChartType
byte getChartType()
getRenderType
String getRenderType()
getCustomizerClass
String getCustomizerClass()
- Gets a user specified chart customizer class name.
- See Also:
ChartCustomizer
Copyright © 2012. All Rights Reserved.