Uses of Class
net.sf.jasperreports.engine.util.Pair
Packages that use Pair
Package
Description
Contains fill time implementations for chart related interfaces.
Contains utility classes for complex chart customization.
Contains design classes for the Crosstab report element.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Provides support for report queries and query executers.
-
Uses of Pair in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill that return types with arguments of type PairModifier and TypeMethodDescriptionMap<Comparable<?>, Map<Pair, JRPrintHyperlink>> JRFillGanttDataset.getItemHyperlinks()Map<Comparable<?>, Map<Pair, JRPrintHyperlink>> JRFillXyDataset.getItemHyperlinks()Map<Comparable<?>, Map<Pair, JRPrintHyperlink>> JRFillXyzDataset.getItemHyperlinks() -
Uses of Pair in net.sf.jasperreports.charts.util
Constructor parameters in net.sf.jasperreports.charts.util with type arguments of type PairModifierConstructorDescriptionXYChartHyperlinkProvider(Map<Comparable<?>, Map<Pair, JRPrintHyperlink>> itemHyperlinks) -
Uses of Pair in net.sf.jasperreports.crosstabs.design
Fields in net.sf.jasperreports.crosstabs.design with type parameters of type PairModifier and TypeFieldDescriptionprotected Map<Pair<String, String>, JRCrosstabCell> JRDesignCrosstab.cellsMapMethods in net.sf.jasperreports.crosstabs.design that return types with arguments of type PairModifier and TypeMethodDescriptionJRDesignCrosstab.getCellsMap()Returns the crosstab cells indexed by corresponding row total group/ column total grouppairs. -
Uses of Pair in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export with type parameters of type Pair -
Uses of Pair in net.sf.jasperreports.engine.export.ooxml
Fields in net.sf.jasperreports.engine.export.ooxml with type parameters of type PairModifier and TypeFieldDescriptionprotected Map<String, Pair<String, ExifOrientationEnum>> JRDocxExporter.rendererToImagePathMapprotected Map<String, Pair<String, ExifOrientationEnum>> JRPptxExporter.rendererToImagePathMapprotected Map<String, Pair<String, ExifOrientationEnum>> JRXlsxExporter.rendererToImagePathMap -
Uses of Pair in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator that return Pair -
Uses of Pair in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill with type parameters of type PairModifier and TypeFieldDescriptionprotected final Map<Pair<JRStyle, TextFormat>, JRTemplateElement> JRFillTextField.textTemplatesMethods in net.sf.jasperreports.engine.fill that return types with arguments of type Pair -
Uses of Pair in net.sf.jasperreports.engine.query
Method parameters in net.sf.jasperreports.engine.query with type arguments of type PairModifier and TypeMethodDescriptionprotected JRClauseFunctionParameterTypeSelectorClauseFunction.selectFromCandidates(List<Pair<List<Class<?>>, JRClauseFunction>> candidateFunctions) -
Uses of Pair in net.sf.jasperreports.pdf
Fields in net.sf.jasperreports.pdf with type parameters of type PairModifier and TypeFieldDescriptionprotected Map<String, Pair<PdfImage, ExifOrientationEnum>> JRPdfExporter.loadedImagesMap -
Uses of Pair in net.sf.jasperreports.poi.query
Methods in net.sf.jasperreports.poi.query that return PairModifier and TypeMethodDescriptionstatic Pair<InputStream, ExcelFormatEnum> ExcelQueryExecuter.sniffExcelFormat(InputStream inputStream)