public class FillChartSettings extends Object implements ChartSettings
| Modifier and Type | Field and Description |
|---|---|
protected ChartSettings |
parent |
NO_BOOKMARK| Constructor and Description |
|---|
FillChartSettings(ChartSettings chartSettings,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
collectExpressions(JRExpressionCollector collector) |
JRExpression |
getAnchorNameExpression()
Returns an expression whose value represents the anchor name.
|
Color |
getBackcolor() |
int |
getBookmarkLevel()
Returns the level of the bookmark corresponding to the anchor.
|
byte |
getChartType() |
String |
getCustomizerClass()
Gets a user specified chart customizer class name.
|
JRExpression |
getHyperlinkAnchorExpression()
Returns the expression whose value represents the anchor.
|
JRExpression |
getHyperlinkPageExpression()
Returns an integer representing the page index of the link.
|
JRHyperlinkParameter[] |
getHyperlinkParameters()
Returns the list of hyperlink parameters.
|
JRExpression |
getHyperlinkReferenceExpression()
Returns the expression whose value represents the hyperlink reference.
|
byte |
getHyperlinkTarget()
Retrieves the hyperlink target for the element.
|
JRExpression |
getHyperlinkTooltipExpression()
Returns the expression which will generate the hyperlink tooltip.
|
HyperlinkTypeEnum |
getHyperlinkTypeValue()
Retrieves the hyperlink type for the element.
|
JRExpression |
getHyperlinkWhenExpression()
Returns the expression that is evaluated in order to decide if the hyperlink should be displayed.
|
Color |
getLegendBackgroundColor() |
Color |
getLegendColor() |
JRFont |
getLegendFont() |
EdgeEnum |
getLegendPosition() |
String |
getLinkTarget()
Returns the hyperlink target name.
|
String |
getLinkType()
Returns the hyperlink type.
|
String |
getRenderType() |
Boolean |
getShowLegend() |
Color |
getSubtitleColor() |
JRExpression |
getSubtitleExpression() |
JRFont |
getSubtitleFont() |
Color |
getTitleColor() |
JRExpression |
getTitleExpression() |
JRFont |
getTitleFont() |
EdgeEnum |
getTitlePosition() |
protected ChartSettings parent
public FillChartSettings(ChartSettings chartSettings, JRFillObjectFactory factory)
public JRExpression getAnchorNameExpression()
JRAnchorgetAnchorNameExpression in interface JRAnchorJRAnchor.getAnchorNameExpression()public int getBookmarkLevel()
JRAnchorgetBookmarkLevel in interface JRAnchorNO_BOOKMARK if no bookmark should be created for this anchorJRAnchor.getBookmarkLevel()public Object clone()
clone in interface JRCloneableclone in class ObjectObject.clone()public byte getChartType()
getChartType in interface ChartSettingsChartSettings.getChartType()public Color getLegendBackgroundColor()
getLegendBackgroundColor in interface ChartSettingsChartSettings.getLegendBackgroundColor()public Color getLegendColor()
getLegendColor in interface ChartSettingsChartSettings.getLegendColor()public JRFont getLegendFont()
getLegendFont in interface ChartSettingsChartSettings.getLegendFont()public EdgeEnum getLegendPosition()
getLegendPosition in interface ChartSettingsChartSettings.getLegendPosition()public String getRenderType()
getRenderType in interface ChartSettingsChartSettings.getRenderType()public Boolean getShowLegend()
getShowLegend in interface ChartSettingsChartSettings.getShowLegend()public Color getSubtitleColor()
getSubtitleColor in interface ChartSettingsChartSettings.getSubtitleColor()public JRExpression getSubtitleExpression()
getSubtitleExpression in interface ChartSettingsChartSettings.getSubtitleExpression()public JRFont getSubtitleFont()
getSubtitleFont in interface ChartSettingsChartSettings.getSubtitleFont()public Color getTitleColor()
getTitleColor in interface ChartSettingsChartSettings.getTitleColor()public JRExpression getTitleExpression()
getTitleExpression in interface ChartSettingsChartSettings.getTitleExpression()public JRFont getTitleFont()
getTitleFont in interface ChartSettingsChartSettings.getTitleFont()public EdgeEnum getTitlePosition()
getTitlePosition in interface ChartSettingsChartSettings.getTitlePosition()public JRExpression getHyperlinkAnchorExpression()
JRHyperlinkgetHyperlinkAnchorExpression in interface JRHyperlinkJRHyperlink.getHyperlinkAnchorExpression()public JRExpression getHyperlinkPageExpression()
JRHyperlinkgetHyperlinkPageExpression in interface JRHyperlinkJRHyperlink.getHyperlinkPageExpression()public JRHyperlinkParameter[] getHyperlinkParameters()
JRHyperlinkThe parameters can be used by custom hyperlink types to generate dynamic links.
getHyperlinkParameters in interface JRHyperlinkJRHyperlink.getHyperlinkParameters()public JRExpression getHyperlinkReferenceExpression()
JRHyperlinkgetHyperlinkReferenceExpression in interface JRHyperlinkJRHyperlink.getHyperlinkReferenceExpression()public JRExpression getHyperlinkWhenExpression()
JRHyperlinkgetHyperlinkWhenExpression in interface JRHyperlinkJRHyperlink.getHyperlinkWhenExpression()public byte getHyperlinkTarget()
JRHyperlink
The actual hyperlink target is determined by getLinkTarget().
This method can is used to determine whether the hyperlink target is one of the
built-in target names or a custom one.
When hyperlink has a custom target name, HyperlinkTargetEnum.CUSTOM is returned.
getHyperlinkTarget in interface JRHyperlinkJRHyperlink.getHyperlinkTarget()public JRExpression getHyperlinkTooltipExpression()
JRHyperlinkgetHyperlinkTooltipExpression in interface JRHyperlinkJRHyperlink.getHyperlinkTooltipExpression()public HyperlinkTypeEnum getHyperlinkTypeValue()
JRHyperlink
The actual hyperlink type is determined by getLinkType().
This method can is used to determine whether the hyperlink type is one of the
built-in types or a custom type.
When hyperlink is of custom type, CUSTOM is returned.
getHyperlinkTypeValue in interface JRHyperlinkJRHyperlink.getHyperlinkTypeValue()public String getLinkTarget()
JRHyperlinkThe type can be one of the built-in names (Self, Blank, Top, Parent), or can be an arbitrary name.
getLinkTarget in interface JRHyperlinkJRHyperlink.getLinkTarget()public String getLinkType()
JRHyperlinkThe type can be one of the built-in types (Reference, LocalAnchor, LocalPage, RemoteAnchor, RemotePage), or can be an arbitrary type.
getLinkType in interface JRHyperlinkJRHyperlink.getLinkType()public Color getBackcolor()
getBackcolor in interface ChartSettingsChartSettings.getLegendColor()public String getCustomizerClass()
ChartSettingsgetCustomizerClass in interface ChartSettingsChartCustomizerpublic void collectExpressions(JRExpressionCollector collector)
Copyright © 2017. All rights reserved.