Uses of Class
net.sf.jasperreports.engine.JRPrintHyperlinkParameters

Packages that use JRPrintHyperlinkParameters
net.sf.jasperreports.components.spiderchart   
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.fill 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
 JRPrintHyperlinkParameters FillSpiderChart.getHyperlinkParameters()
           
 

Uses of JRPrintHyperlinkParameters in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRPrintHyperlinkParameters
 JRPrintHyperlinkParameters JRPrintHyperlink.getHyperlinkParameters()
          Returns the set of custom hyperlink parameters.
 

Methods in net.sf.jasperreports.engine with parameters of type JRPrintHyperlinkParameters
 void 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 JRPrintHyperlinkParameters
protected  JRPrintHyperlinkParameters JRBasePrintText.hyperlinkParameters
           
protected  JRPrintHyperlinkParameters JRBasePrintImage.hyperlinkParameters
           
 

Methods in net.sf.jasperreports.engine.base that return JRPrintHyperlinkParameters
 JRPrintHyperlinkParameters JRBasePrintHyperlink.getHyperlinkParameters()
           
 JRPrintHyperlinkParameters JRBasePrintText.getHyperlinkParameters()
           
 JRPrintHyperlinkParameters JRBasePrintImage.getHyperlinkParameters()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRPrintHyperlinkParameters
 void JRBasePrintHyperlink.setHyperlinkParameters(JRPrintHyperlinkParameters parameters)
           
 void JRBasePrintText.setHyperlinkParameters(JRPrintHyperlinkParameters hyperlinkParameters)
           
 void JRBasePrintImage.setHyperlinkParameters(JRPrintHyperlinkParameters hyperlinkParameters)
           
 

Uses of JRPrintHyperlinkParameters in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill that return JRPrintHyperlinkParameters
static 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.
 JRPrintHyperlinkParameters JRTemplatePrintText.getHyperlinkParameters()
           
 JRPrintHyperlinkParameters JRTemplatePrintImage.getHyperlinkParameters()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRPrintHyperlinkParameters
 void JRTemplatePrintText.setHyperlinkParameters(JRPrintHyperlinkParameters hyperlinkParameters)
           
 void JRTemplatePrintImage.setHyperlinkParameters(JRPrintHyperlinkParameters parameters)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com