Uses of Interface
net.sf.jasperreports.engine.JRPrintHyperlink

Packages that use JRPrintHyperlink
net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. 
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.export Provides utility classes for exporting reports to various popular formats. 
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). 
net.sf.jasperreports.renderers Contains image renderer implementations. 
net.sf.jasperreports.view Contains the Jasper viewer implementation. 
 

Uses of JRPrintHyperlink in net.sf.jasperreports.charts.fill
 

Methods in net.sf.jasperreports.charts.fill that return JRPrintHyperlink
protected  JRPrintHyperlink JRFillXyzSeries.getPrintItemHyperlink()
           
protected  JRPrintHyperlink JRFillXySeries.getPrintItemHyperlink()
           
 JRPrintHyperlink JRFillTimeSeries.getPrintItemHyperlink()
           
 JRPrintHyperlink JRFillTimePeriodSeries.getPrintItemHyperlink()
           
protected  JRPrintHyperlink JRFillCategorySeries.getPrintItemHyperlink()
           
 

Uses of JRPrintHyperlink in net.sf.jasperreports.engine
 

Subinterfaces of JRPrintHyperlink in net.sf.jasperreports.engine
 interface JRPrintImage
           
 interface JRPrintText
           
 

Methods in net.sf.jasperreports.engine that return JRPrintHyperlink
 JRPrintHyperlink JRPrintImageAreaHyperlink.getHyperlink()
          Returns the hyperlink information of the image map component.
 

Methods in net.sf.jasperreports.engine with parameters of type JRPrintHyperlink
 void JRPrintImageAreaHyperlink.setHyperlink(JRPrintHyperlink hyperlink)
          Sets the hyperlink information of the image map component.
 

Constructors in net.sf.jasperreports.engine with parameters of type JRPrintHyperlink
JRPrintImageAreaHyperlink(JRPrintImageArea area, JRPrintHyperlink hyperlink)
          Creates an image area by specifying its attributes.
 

Uses of JRPrintHyperlink in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRPrintHyperlink
 class JRBasePrintHyperlink
          Stand-alone implementation of JRPrintHyperlink.
 class JRBasePrintImage
           
 class JRBasePrintText
           
 

Uses of JRPrintHyperlink in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintHyperlink
protected  void JRRtfExporter.exportHyperlink(JRPrintHyperlink link)
           
protected  void JRXmlExporter.exportHyperlinkParameters(JRPrintHyperlink hyperlink)
           
protected  JRHyperlinkProducer JRXlsAbstractExporter.getCustomHandler(JRPrintHyperlink link)
           
protected  JRHyperlinkProducer JRRtfExporter.getCustomHandler(JRPrintHyperlink link)
           
protected  JRHyperlinkProducer JRHtmlExporter.getCustomHandler(JRPrintHyperlink link)
           
 java.lang.String JRHyperlinkProducer.getHyperlink(JRPrintHyperlink hyperlink)
          Generates the String hyperlink for a hyperlink instance.
protected  java.lang.String JRHtmlExporter.getHyperlinkTarget(JRPrintHyperlink link)
           
protected  java.lang.String JRHtmlExporter.getHyperlinkURL(JRPrintHyperlink link)
           
 java.lang.String JRHyperlinkProducerFactory.produceHyperlink(JRPrintHyperlink hyperlink)
          Generates the String hyperlink for a hyperlink instance based on its type and on the associated hyperlink producer.
protected  void JRPdfExporter.setHyperlinkInfo(com.lowagie.text.Chunk chunk, JRPrintHyperlink link)
           
protected  boolean JRHtmlExporter.startHyperlink(JRPrintHyperlink link)
           
protected  void JRHtmlExporter.writeImageAreaHyperlink(JRPrintHyperlink hyperlink)
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRPrintHyperlink
 class JRRecordedValuesPrintImage
          Print image implementation that supports recorded values.
 class JRRecordedValuesPrintText
          Print text implementation that supports recorded values.
 class JRTemplatePrintImage
           
 class JRTemplatePrintText
           
 

Methods in net.sf.jasperreports.engine.fill that return JRPrintHyperlink
static JRPrintHyperlink JRFillHyperlinkHelper.evaluateHyperlink(JRHyperlink hyperlink, JRFillExpressionEvaluator expressionEvaluator, byte evaluationType)
          Evaluate a hyperlink specification.
 

Uses of JRPrintHyperlink in net.sf.jasperreports.renderers
 

Methods in net.sf.jasperreports.renderers that return JRPrintHyperlink
protected  JRPrintHyperlink JRXYChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
           
protected  JRPrintHyperlink JRTimeSeriesChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
           
protected  JRPrintHyperlink JRTimePeriodChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
           
protected  JRPrintHyperlink JRPieChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
           
protected  JRPrintHyperlink JRHighLowChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
           
protected  JRPrintHyperlink JRCategoryChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
           
protected abstract  JRPrintHyperlink JRAbstractChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
           
 

Uses of JRPrintHyperlink in net.sf.jasperreports.view
 

Methods in net.sf.jasperreports.view with parameters of type JRPrintHyperlink
protected  java.lang.String JRViewer.getFallbackTooltip(JRPrintHyperlink hyperlink)
           
protected  java.lang.String JRViewer.getHyperlinkTooltip(JRPrintHyperlink hyperlink)
           
 void JRViewer.gotoHyperlink(JRPrintHyperlink hyperlink)
           
 void JRHyperlinkListener.gotoHyperlink(JRPrintHyperlink hyperlink)
           
protected  void JRViewer.hyperlinkClicked(JRPrintHyperlink hyperlink)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com