Uses of Interface
net.sf.jasperreports.engine.JRPrintHyperlink
-
Packages that use JRPrintHyperlink Package Description net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.charts.util Contains utility classes for complex chart customization.net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.engine 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.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 such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.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.engine.util Contains utility classes for the core library.net.sf.jasperreports.j2ee.web net.sf.jasperreports.jackson.util net.sf.jasperreports.jakarta.web net.sf.jasperreports.json.export net.sf.jasperreports.pdf net.sf.jasperreports.poi.export net.sf.jasperreports.swing Provides support for JasperReports viewer feature.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 Modifier and Type Method Description JRPrintHyperlink
JRFillCategorySeries. getPrintItemHyperlink()
protected JRPrintHyperlink
JRFillGanttSeries. getPrintItemHyperlink()
JRPrintHyperlink
JRFillTimePeriodSeries. getPrintItemHyperlink()
JRPrintHyperlink
JRFillTimeSeries. getPrintItemHyperlink()
protected JRPrintHyperlink
JRFillXySeries. getPrintItemHyperlink()
protected JRPrintHyperlink
JRFillXyzSeries. getPrintItemHyperlink()
protected JRPrintHyperlink
JRFillPieSeries. getPrintSectionHyperlink()
Methods in net.sf.jasperreports.charts.fill that return types with arguments of type JRPrintHyperlink Modifier and Type Method Description Map<Comparable<?>,Map<Comparable<?>,JRPrintHyperlink>>
JRFillCategoryDataset. getItemHyperlinks()
Map<Comparable<?>,Map<Pair,JRPrintHyperlink>>
JRFillGanttDataset. getItemHyperlinks()
List<JRPrintHyperlink>
JRFillHighLowDataset. getItemHyperlinks()
Map<Comparable<?>,Map<org.jfree.data.time.TimePeriod,JRPrintHyperlink>>
JRFillTimePeriodDataset. getItemHyperlinks()
Map<Comparable<?>,Map<org.jfree.data.time.RegularTimePeriod,JRPrintHyperlink>>
JRFillTimeSeriesDataset. getItemHyperlinks()
Map<Comparable<?>,Map<Pair,JRPrintHyperlink>>
JRFillXyDataset. getItemHyperlinks()
Map<Comparable<?>,Map<Pair,JRPrintHyperlink>>
JRFillXyzDataset. getItemHyperlinks()
Map<Comparable<?>,JRPrintHyperlink>
JRFillPieDataset. getSectionHyperlinks()
-
Uses of JRPrintHyperlink in net.sf.jasperreports.charts.util
Methods in net.sf.jasperreports.charts.util that return JRPrintHyperlink Modifier and Type Method Description JRPrintHyperlink
CategoryChartHyperlinkProvider. getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
JRPrintHyperlink
ChartHyperlinkProvider. getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
JRPrintHyperlink
HighLowChartHyperlinkProvider. getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
JRPrintHyperlink
MultiAxisChartHyperlinkProvider. getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
Determines the provider for the chart entity based on its dataset, and delegates the call to it.JRPrintHyperlink
PieChartHyperlinkProvider. getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
JRPrintHyperlink
TimePeriodChartHyperlinkProvider. getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
JRPrintHyperlink
TimeSeriesChartHyperlinkProvider. getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
JRPrintHyperlink
XYChartHyperlinkProvider. getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
Constructor parameters in net.sf.jasperreports.charts.util with type arguments of type JRPrintHyperlink Constructor Description CategoryChartHyperlinkProvider(Map<Comparable<?>,Map<Comparable<?>,JRPrintHyperlink>> itemHyperlinks)
HighLowChartHyperlinkProvider(List<JRPrintHyperlink> itemHyperlinks)
PieChartHyperlinkProvider(Map<Comparable<?>,JRPrintHyperlink> sectionHyperlinks)
TimePeriodChartHyperlinkProvider(Map<Comparable<?>,Map<org.jfree.data.time.TimePeriod,JRPrintHyperlink>> itemHyperlinks)
TimeSeriesChartHyperlinkProvider(Map<Comparable<?>,Map<org.jfree.data.time.RegularTimePeriod,JRPrintHyperlink>> itemHyperlinks)
XYChartHyperlinkProvider(Map<Comparable<?>,Map<Pair,JRPrintHyperlink>> itemHyperlinks)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.components.spiderchart
Methods in net.sf.jasperreports.components.spiderchart that return types with arguments of type JRPrintHyperlink Modifier and Type Method Description Map<Comparable<?>,Map<Comparable<?>,JRPrintHyperlink>>
FillSpiderDataset. getItemHyperlinks()
-
Uses of JRPrintHyperlink in net.sf.jasperreports.engine
Subinterfaces of JRPrintHyperlink in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRPrintImage
interface
JRPrintText
Methods in net.sf.jasperreports.engine that return JRPrintHyperlink Modifier and Type Method Description JRPrintHyperlink
JRPrintImageAreaHyperlink. getHyperlink()
Returns the hyperlink information of the image map component.Methods in net.sf.jasperreports.engine with parameters of type JRPrintHyperlink Modifier and Type Method Description JRHyperlinkProducer
JRAbstractExporter. getHyperlinkProducer(JRPrintHyperlink link)
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 Constructor Description 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 Modifier and Type Class Description class
JRBasePrintHyperlink
Stand-alone implementation ofJRPrintHyperlink
.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 Modifier and Type Method Description protected boolean
JRRtfExporter. exportHyperlink(JRPrintHyperlink link)
protected void
JRXmlExporter. exportHyperlinkParameters(JRPrintHyperlink hyperlink)
String
HtmlExporterHyperlinkProducerAdapter. getHyperlink(JRPrintHyperlink hyperlink)
String
JRHyperlinkProducer. getHyperlink(JRPrintHyperlink hyperlink)
Generates the String hyperlink for a hyperlink instance.protected String
HtmlExporter. getHyperlinkTarget(JRPrintHyperlink link)
String
JRHyperlinkTargetProducer. getHyperlinkTarget(JRPrintHyperlink hyperlink)
Generates the String hyperlink target for a hyperlink instance.String
HtmlExporter.ExporterContext. getHyperlinkURL(JRPrintHyperlink link)
protected String
HtmlExporter. getHyperlinkURL(JRPrintHyperlink link)
String
HyperlinkURLResolver. getHyperlinkURL(JRPrintHyperlink link)
static Boolean
HyperlinkUtil. getIgnoreHyperlink(String propName, JRPrintHyperlink link)
static String
HyperlinkUtil. makeLinkParameterName(JRPrintHyperlink hyperlink)
Returns the name of the parameter to be used for a hyperlink, as used byHyperlinkUtil.makeLinkPlaceholder(JRPrintHyperlink)
andHyperlinkUtil.resolveLinks(String, JRGenericPrintElement, JRHyperlinkProducer, boolean)
.static String
HyperlinkUtil. makeLinkPlaceholder(JRPrintHyperlink hyperlink)
Returns a placeholder to be used in a Flash variable for a hyperlink.String
JRHyperlinkProducerFactory. produceHyperlink(JRPrintHyperlink hyperlink)
Generates the String hyperlink for a hyperlink instance based on its type and on the associated hyperlink producer.String
JRHyperlinkTargetProducerFactory. produceHyperlinkTarget(JRPrintHyperlink hyperlink)
Generates the String hyperlink target for a hyperlink instance based on its type and on the associated hyperlink target producer.protected String
HtmlExporter. resolveHyperlinkURL(int reportIndex, JRPrintHyperlink link)
protected boolean
HtmlExporter. startHyperlink(JRPrintHyperlink link)
protected void
HtmlExporter. writeImageAreaHyperlink(JRPrintHyperlink hyperlink)
protected void
JRRtfExporter. writeShapeHyperlink(JRPrintHyperlink link)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintHyperlink Modifier and Type Method Description protected abstract JRHyperlinkProducer
DocumentBuilder. getHyperlinkProducer(JRPrintHyperlink link)
protected JRHyperlinkProducer
JROdsExporter.OdsDocumentBuilder. getHyperlinkProducer(JRPrintHyperlink link)
protected JRHyperlinkProducer
JROdtExporter.OdtDocumentBuilder. getHyperlinkProducer(JRPrintHyperlink link)
protected String
TableBuilder. getHyperlinkTarget(JRPrintHyperlink link)
protected String
DocumentBuilder. getHyperlinkURL(JRPrintHyperlink link)
protected String
DocumentBuilder. getHyperlinkURL(JRPrintHyperlink link, boolean isOnePagePerSheet)
protected boolean
TableBuilder. startHyperlink(JRPrintHyperlink link, boolean isText)
protected boolean
TableBuilder. startHyperlink(JRPrintHyperlink link, boolean isText, boolean isOnePagePerSheet)
protected void
TableBuilder. writeHyperlink(JRPrintHyperlink link, String href, boolean isText)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRPrintHyperlink Modifier and Type Method Description protected String
JRDocxExporter. getHyperlinkTarget(JRPrintHyperlink link)
protected String
JRPptxExporter. getHyperlinkTarget(JRPrintHyperlink link)
protected String
JRXlsxExporter. getHyperlinkTarget(JRPrintHyperlink link)
protected String
XlsxMetadataExporter. getHyperlinkTarget(JRPrintHyperlink link)
protected String
JRDocxExporter. getHyperlinkURL(JRPrintHyperlink link)
protected String
JRPptxExporter. getHyperlinkURL(JRPrintHyperlink link)
protected String
JRXlsxExporter. getHyperlinkURL(JRPrintHyperlink link)
protected String
XlsxMetadataExporter. getHyperlinkURL(JRPrintHyperlink link)
protected boolean
JRDocxExporter. startHyperlink(JRPrintHyperlink link, boolean isText)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPrintHyperlink Modifier and Type Class Description class
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.class
JRRecordedValuesPrintText
Print text implementation that supports recorded values.class
JRTemplatePrintImage
Implementation ofJRPrintImage
that uses aJRTemplateImage
instance to store common attributes.class
JRTemplatePrintText
Implementation ofJRPrintText
that uses aJRTemplateText
instance to store common attributes.Methods in net.sf.jasperreports.engine.fill that return JRPrintHyperlink Modifier and Type Method Description static JRPrintHyperlink
JRFillHyperlinkHelper. evaluateHyperlink(JRHyperlink hyperlink, JRFillExpressionEvaluator expressionEvaluator, byte evaluationType)
Evaluate a hyperlink specification. -
Uses of JRPrintHyperlink in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return JRPrintHyperlink Modifier and Type Method Description JRPrintHyperlink
HyperlinkData. getHyperlink()
Methods in net.sf.jasperreports.engine.util with parameters of type JRPrintHyperlink Modifier and Type Method Description void
HyperlinkData. setHyperlink(JRPrintHyperlink hyperlink)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.j2ee.web
Methods in net.sf.jasperreports.j2ee.web with parameters of type JRPrintHyperlink Modifier and Type Method Description String
ReportExecutionHyperlinkProducer. getHyperlink(JRPrintHyperlink hyperlink)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.jackson.util
Methods in net.sf.jasperreports.jackson.util with parameters of type JRPrintHyperlink Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNode
JacksonUtil. hyperlinkToJsonObject(JRPrintHyperlink hyperlink)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.jakarta.web
Methods in net.sf.jasperreports.jakarta.web with parameters of type JRPrintHyperlink Modifier and Type Method Description String
ReportExecutionHyperlinkProducer. getHyperlink(JRPrintHyperlink hyperlink)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.json.export
Methods in net.sf.jasperreports.json.export with parameters of type JRPrintHyperlink Modifier and Type Method Description String
JsonExporter.ExporterContext. getHyperlinkURL(JRPrintHyperlink link)
String
JsonMetadataExporter.ExporterContext. getHyperlinkURL(JRPrintHyperlink link)
protected String
JsonExporter. resolveHyperlinkURL(int reportIndex, JRPrintHyperlink link)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf with parameters of type JRPrintHyperlink Modifier and Type Method Description protected void
JRPdfExporter. setHyperlinkInfo(PdfChunk chunk, JRPrintHyperlink link)
protected void
JRPdfExporter. setReferenceHyperlink(PdfChunk chunk, JRPrintHyperlink link, String referenceURL)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRPrintHyperlink Modifier and Type Method Description protected void
JRXlsExporter. setHyperlinkCell(JRPrintHyperlink hyperlink)
protected void
JRXlsMetadataExporter. setHyperlinkCell(JRPrintHyperlink hyperlink, JRXlsMetadataExporter.CellSettings cellSettings)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.swing
Methods in net.sf.jasperreports.swing with parameters of type JRPrintHyperlink Modifier and Type Method Description protected String
JRViewerPanel. getFallbackTooltip(JRPrintHyperlink hyperlink)
protected String
JRViewerPanel. getHyperlinkTooltip(JRPrintHyperlink hyperlink)
void
JRViewerPanel. gotoHyperlink(JRPrintHyperlink hyperlink)
protected void
JRViewerPanel. hyperlinkClicked(JRPrintHyperlink hyperlink)
-
Uses of JRPrintHyperlink in net.sf.jasperreports.view
Methods in net.sf.jasperreports.view with parameters of type JRPrintHyperlink Modifier and Type Method Description void
JRHyperlinkListener. gotoHyperlink(JRPrintHyperlink hyperlink)
-