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 datasets.
|
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.export.oasis | |
net.sf.jasperreports.engine.export.ooxml | |
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.swing | |
net.sf.jasperreports.view |
Contains the Jasper viewer implementation.
|
Modifier and Type | Method and Description |
---|---|
protected JRPrintHyperlink |
JRFillXyzSeries.getPrintItemHyperlink() |
JRPrintHyperlink |
JRFillTimePeriodSeries.getPrintItemHyperlink() |
JRPrintHyperlink |
JRFillTimeSeries.getPrintItemHyperlink() |
protected JRPrintHyperlink |
JRFillGanttSeries.getPrintItemHyperlink() |
JRPrintHyperlink |
JRFillCategorySeries.getPrintItemHyperlink() |
protected JRPrintHyperlink |
JRFillXySeries.getPrintItemHyperlink() |
protected JRPrintHyperlink |
JRFillPieSeries.getPrintSectionHyperlink() |
Modifier and Type | Method and Description |
---|---|
JRPrintHyperlink |
TimePeriodChartHyperlinkProvider.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity) |
JRPrintHyperlink |
PieChartHyperlinkProvider.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity) |
JRPrintHyperlink |
TimeSeriesChartHyperlinkProvider.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity) |
JRPrintHyperlink |
HighLowChartHyperlinkProvider.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity) |
JRPrintHyperlink |
ChartHyperlinkProvider.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity) |
JRPrintHyperlink |
CategoryChartHyperlinkProvider.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 |
XYChartHyperlinkProvider.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity) |
Modifier and Type | Interface and Description |
---|---|
interface |
JRPrintImage |
interface |
JRPrintText |
Modifier and Type | Method and Description |
---|---|
JRPrintHyperlink |
JRPrintImageAreaHyperlink.getHyperlink()
Returns the hyperlink information of the image map component.
|
Modifier and Type | Method and Description |
---|---|
protected JRHyperlinkProducer |
JRAbstractExporter.getCustomHandler(JRPrintHyperlink link)
Deprecated.
|
protected JRHyperlinkProducer |
JRAbstractExporter.getHyperlinkProducer(JRPrintHyperlink link) |
void |
JRPrintImageAreaHyperlink.setHyperlink(JRPrintHyperlink hyperlink)
Sets the hyperlink information of the image map component.
|
Constructor and Description |
---|
JRPrintImageAreaHyperlink(JRPrintImageArea area,
JRPrintHyperlink hyperlink)
Creates an image area by specifying its attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintHyperlink
Stand-alone implementation of
JRPrintHyperlink . |
class |
JRBasePrintImage |
class |
JRBasePrintText |
Modifier and Type | Method and Description |
---|---|
protected void |
JRRtfExporter.exportHyperlink(JRPrintHyperlink link) |
protected void |
JRXmlExporter.exportHyperlinkParameters(JRPrintHyperlink hyperlink) |
java.lang.String |
JRHyperlinkProducer.getHyperlink(JRPrintHyperlink hyperlink)
Generates the String hyperlink for a hyperlink instance.
|
java.lang.String |
HtmlExporterHyperlinkProducerAdapter.getHyperlink(JRPrintHyperlink hyperlink) |
protected java.lang.String |
JRXhtmlExporter.getHyperlinkTarget(JRPrintHyperlink link) |
java.lang.String |
JRHyperlinkTargetProducer.getHyperlinkTarget(JRPrintHyperlink hyperlink)
Generates the String hyperlink target for a hyperlink instance.
|
protected java.lang.String |
JRHtmlExporter.getHyperlinkTarget(JRPrintHyperlink link) |
java.lang.String |
JRHtmlExporterContext.getHyperlinkURL(JRPrintHyperlink link) |
protected java.lang.String |
JRXhtmlExporter.getHyperlinkURL(JRPrintHyperlink link) |
java.lang.String |
JRXhtmlExporter.ExporterContext.getHyperlinkURL(JRPrintHyperlink link) |
protected java.lang.String |
JRHtmlExporter.getHyperlinkURL(JRPrintHyperlink link) |
java.lang.String |
JRHtmlExporter.ExporterContext.getHyperlinkURL(JRPrintHyperlink link) |
static java.lang.String |
FlashPrintElement.makeLinkParameterName(JRPrintHyperlink hyperlink)
Returns the name of the parameter to be used for a hyperlink, as used
by
FlashPrintElement.makeLinkPlaceholder(JRPrintHyperlink) and
FlashPrintElement.resolveLinks(String, JRGenericPrintElement, JRHyperlinkProducer) . |
static java.lang.String |
FlashPrintElement.makeLinkPlaceholder(JRPrintHyperlink hyperlink)
Returns a placeholder to be used in a Flash variable for a hyperlink.
|
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.
|
java.lang.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 void |
JRXlsExporter.setHyperlinkCell(JRPrintHyperlink hyperlink) |
protected void |
JRPdfExporter.setHyperlinkInfo(com.lowagie.text.Chunk chunk,
JRPrintHyperlink link) |
protected boolean |
JRXhtmlExporter.startHyperlink(JRPrintHyperlink link) |
protected boolean |
JRHtmlExporter.startHyperlink(JRPrintHyperlink link) |
protected void |
JRXhtmlExporter.writeImageAreaHyperlink(JRPrintHyperlink hyperlink) |
protected void |
JRHtmlExporter.writeImageAreaHyperlink(JRPrintHyperlink hyperlink) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
JROpenDocumentExporter.getHyperlinkTarget(JRPrintHyperlink link) |
protected java.lang.String |
JROpenDocumentExporter.getHyperlinkURL(JRPrintHyperlink link) |
protected boolean |
JROpenDocumentExporter.startHyperlink(JRPrintHyperlink link,
boolean isText) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
JRXlsxExporter.getHyperlinkTarget(JRPrintHyperlink link) |
protected java.lang.String |
JRPptxExporter.getHyperlinkTarget(JRPrintHyperlink link) |
protected java.lang.String |
JRDocxExporter.getHyperlinkTarget(JRPrintHyperlink link) |
protected java.lang.String |
JRXlsxExporter.getHyperlinkURL(JRPrintHyperlink link) |
protected java.lang.String |
JRPptxExporter.getHyperlinkURL(JRPrintHyperlink link) |
protected java.lang.String |
JRDocxExporter.getHyperlinkURL(JRPrintHyperlink link) |
protected boolean |
JRDocxExporter.startHyperlink(JRPrintHyperlink link,
boolean isText) |
Modifier and Type | Class and Description |
---|---|
class |
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.
|
class |
JRRecordedValuesPrintText
Print text implementation that supports recorded values.
|
class |
JRTemplatePrintImage
Implementation of
JRPrintImage that uses
a JRTemplateImage instance to
store common attributes. |
class |
JRTemplatePrintText
Implementation of
JRPrintText that uses
a JRTemplateText instance to
store common attributes. |
Modifier and Type | Method and Description |
---|---|
static JRPrintHyperlink |
JRFillHyperlinkHelper.evaluateHyperlink(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
Evaluate a hyperlink specification.
|
Modifier and Type | Method and Description |
---|---|
JRPrintHyperlink |
JRPieChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
Deprecated.
|
JRPrintHyperlink |
JRTimeSeriesChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
Deprecated.
|
JRPrintHyperlink |
JRTimePeriodChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
Deprecated.
|
JRPrintHyperlink |
JRCategoryChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
Deprecated.
|
JRPrintHyperlink |
JRHighLowChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
Deprecated.
|
JRPrintHyperlink |
JRXYChartImageMapRenderer.getEntityHyperlink(org.jfree.chart.entity.ChartEntity entity)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
JRViewerPanel.getFallbackTooltip(JRPrintHyperlink hyperlink) |
protected java.lang.String |
JRViewerPanel.getHyperlinkTooltip(JRPrintHyperlink hyperlink) |
void |
JRViewerPanel.gotoHyperlink(JRPrintHyperlink hyperlink) |
protected void |
JRViewerPanel.hyperlinkClicked(JRPrintHyperlink hyperlink) |
Modifier and Type | Method and Description |
---|---|
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-2010 Jaspersoft Corporation www.jaspersoft.com