Removes a custom hyperlink parameter.
Parameters: parameter - the parameter to remove
removeHyperlinkParameter
public void removeHyperlinkParameter(String parameterName)(Code)
Removes a custom hyperlink parameter.
If multiple parameters having the specified name exist, all of them
will be removed
Parameters: parameterName - the parameter name
setAnchorNameExpression
public void setAnchorNameExpression(JRExpression anchorNameExpression)(Code)
setBookmarkLevel
public void setBookmarkLevel(int bookmarkLevel)(Code)
Sets the boomark level for the anchor associated with this chart.
Parameters: bookmarkLevel - the bookmark level (starting from 1)or JRAnchor.NO_BOOKMARK NO_BOOKMARK if no bookmark should be created
public void setEvaluationTime(byte evaluationTime)(Code)
setHyperlinkAnchorExpression
public void setHyperlinkAnchorExpression(JRExpression hyperlinkAnchorExpression)(Code)
setHyperlinkPageExpression
public void setHyperlinkPageExpression(JRExpression hyperlinkPageExpression)(Code)
setHyperlinkReferenceExpression
public void setHyperlinkReferenceExpression(JRExpression hyperlinkReferenceExpression)(Code)
setHyperlinkTarget
public void setHyperlinkTarget(byte hyperlinkTarget)(Code)
setHyperlinkTooltipExpression
public void setHyperlinkTooltipExpression(JRExpression hyperlinkTooltipExpression)(Code)
Sets the expression which will be used to generate the hyperlink tooltip.
Parameters: hyperlinkTooltipExpression - the expression which will be used to generate the hyperlink tooltip See Also:JRDesignChart.getHyperlinkTooltipExpression()
setHyperlinkType
public void setHyperlinkType(byte hyperlinkType)(Code)
Sets the link type as a built-in hyperlink type.
Parameters: hyperlinkType - the built-in hyperlink type See Also:JRDesignChart.getLinkType()