| 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.crosstabs.design |
Contains design classes for the Crosstab report element.
|
| 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.tabulator | |
| 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.query |
Provides support for report queries and query executers.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Comparable<?>,Map<Pair,JRPrintHyperlink>> |
JRFillXyzDataset.getItemHyperlinks() |
Map<Comparable<?>,Map<Pair,JRPrintHyperlink>> |
JRFillXyDataset.getItemHyperlinks() |
Map<Comparable<?>,Map<Pair,JRPrintHyperlink>> |
JRFillGanttDataset.getItemHyperlinks() |
| Constructor and Description |
|---|
XYChartHyperlinkProvider(Map<Comparable<?>,Map<Pair,JRPrintHyperlink>> itemHyperlinks) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Pair<String,String>,JRCrosstabCell> |
JRDesignCrosstab.cellsMap |
| Modifier and Type | Method and Description |
|---|---|
Map<Pair<String,String>,JRCrosstabCell> |
JRDesignCrosstab.getCellsMap()
Returns the crosstab cells indexed by corresponding row total group/
column total group
pairs. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Pair<String,Rectangle>,String> |
HtmlExporter.imageMaps |
protected Map<Pair<String,Rectangle>,String> |
JRHtmlExporter.imageMaps
Deprecated.
|
protected Map<Pair<String,Rectangle>,String> |
JRXhtmlExporter.imageMaps
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected Pair<Column,Column> |
Tabulator.getColumnSpanRange(Table table,
Column col,
Row row,
Cell spanned) |
protected Pair<Row,Row> |
Tabulator.getRowSpanRange(Table table,
Column col,
Row row,
Cell spanned) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Pair<JRStyle,TextFormat>,JRTemplateElement> |
JRFillTextField.textTemplates |
| Modifier and Type | Method and Description |
|---|---|
protected HashMap<Pair<UUID,SimpleTextLineWrapper.FontKey>,SimpleTextLineWrapper.ElementFontInfo> |
SimpleTextLineWrapper.createElementFontInfosFillCache() |
| Modifier and Type | Method and Description |
|---|---|
protected JRClauseFunction |
ParameterTypeSelectorClauseFunction.selectFromCandidates(List<Pair<List<Class<?>>,JRClauseFunction>> candidateFunctions) |
Copyright © 2017. All rights reserved.