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)

Field Summary
 
Fields inherited from interface net.sf.jasperreports.engine.JRAnchor
NO_BOOKMARK
 
Method Summary
 Color getBackcolor()
           
 byte getChartType()
           
 String getCustomizerClass()
          Gets a user specified chart customizer class name.
 Color getLegendBackgroundColor()
           
 Color getLegendColor()
           
 JRFont getLegendFont()
           
 EdgeEnum getLegendPosition()
           
 String getRenderType()
           
 Boolean getShowLegend()
           
 Color getSubtitleColor()
           
 JRExpression getSubtitleExpression()
           
 JRFont getSubtitleFont()
           
 Color getTitleColor()
           
 JRExpression getTitleExpression()
           
 JRFont getTitleFont()
           
 EdgeEnum getTitlePosition()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRAnchor
getAnchorNameExpression, getBookmarkLevel
 
Methods inherited from interface net.sf.jasperreports.engine.JRHyperlink
getHyperlinkAnchorExpression, getHyperlinkPageExpression, getHyperlinkParameters, getHyperlinkReferenceExpression, getHyperlinkTarget, getHyperlinkTooltipExpression, getHyperlinkType, getHyperlinkTypeValue, getLinkTarget, getLinkType
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

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.