Uses of Class
net.sf.jasperreports.engine.JRPrintHyperlinkParameters
Packages that use JRPrintHyperlinkParameters
Package
Description
Contains classes for the built-in Spider Chart component.
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains base implementations for the library's main interfaces.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
Uses of JRPrintHyperlinkParameters in net.sf.jasperreports.components.spiderchart
Methods in net.sf.jasperreports.components.spiderchart that return JRPrintHyperlinkParameters -
Uses of JRPrintHyperlinkParameters in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRPrintHyperlinkParametersModifier and TypeMethodDescriptionJRPrintHyperlink.getHyperlinkParameters()
Returns the set of custom hyperlink parameters.Methods in net.sf.jasperreports.engine with parameters of type JRPrintHyperlinkParametersModifier and TypeMethodDescriptionvoid
JRPrintHyperlink.setHyperlinkParameters
(JRPrintHyperlinkParameters parameters) Sets the custom hyperlink parameters. -
Uses of JRPrintHyperlinkParameters in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as JRPrintHyperlinkParametersModifier and TypeFieldDescriptionprotected JRPrintHyperlinkParameters
JRBasePrintImage.hyperlinkParameters
protected JRPrintHyperlinkParameters
JRBasePrintText.hyperlinkParameters
Methods in net.sf.jasperreports.engine.base that return JRPrintHyperlinkParametersModifier and TypeMethodDescriptionJRBasePrintHyperlink.getHyperlinkParameters()
JRBasePrintImage.getHyperlinkParameters()
JRBasePrintText.getHyperlinkParameters()
Methods in net.sf.jasperreports.engine.base with parameters of type JRPrintHyperlinkParametersModifier and TypeMethodDescriptionvoid
JRBasePrintHyperlink.setHyperlinkParameters
(JRPrintHyperlinkParameters parameters) void
JRBasePrintImage.setHyperlinkParameters
(JRPrintHyperlinkParameters hyperlinkParameters) void
JRBasePrintText.setHyperlinkParameters
(JRPrintHyperlinkParameters hyperlinkParameters) -
Uses of JRPrintHyperlinkParameters in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRPrintHyperlinkParametersModifier and TypeMethodDescriptionstatic JRPrintHyperlinkParameters
JRFillHyperlinkHelper.evaluateHyperlinkParameters
(JRHyperlink hyperlink, JRFillExpressionEvaluator expressionEvaluator, byte evaluationType) Evaluates a list of hyperlink parameters and produces a hyperlink parameters set that can be associated with a print element.JRTemplatePrintImage.getHyperlinkParameters()
JRTemplatePrintText.getHyperlinkParameters()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRPrintHyperlinkParametersModifier and TypeMethodDescriptionvoid
JRTemplatePrintImage.setHyperlinkParameters
(JRPrintHyperlinkParameters parameters) void
JRTemplatePrintText.setHyperlinkParameters
(JRPrintHyperlinkParameters hyperlinkParameters)