Uses of Interface
net.sf.jasperreports.engine.JRGenericPrintElement
Packages that use JRGenericPrintElement
Package
Description
Contains classes for the built-in Icon Label component.
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.
Contains base implementations for the library's main interfaces.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Contains classes for drawing elements at export time.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
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).
Contains utility classes for the core library.
-
Uses of JRGenericPrintElement in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionprotected voidIconLabelComponentFill.copy(JRGenericPrintElement printElement) voidIconLabelElementDocxHandler.exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) voidIconLabelElementGraphics2DHandler.exportElement(JRGraphics2DExporterContext exporterContext, JRGenericPrintElement element, Graphics2D grx, Offset offset) voidIconLabelElementOdsHandler.exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) voidIconLabelElementOdtHandler.exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) voidIconLabelElementPptxHandler.exportElement(JRPptxExporterContext exporterContext, JRGenericPrintElement element) voidIconLabelElementRtfHandler.exportElement(JRRtfExporterContext exporterContext, JRGenericPrintElement element) voidIconLabelElementXlsxHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex) voidIconLabelElementXmlHandler.exportElement(JRXmlExporterContext exporterContext, JRGenericPrintElement element) IconLabelElementHtmlHandler.getHtmlFragment(JRHtmlExporterContext context, JRGenericPrintElement element) IconLabelElementXlsxHandler.getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element) IconLabelElementCsvHandler.getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element) booleanIconLabelElementCsvHandler.toExport(JRGenericPrintElement element) booleanIconLabelElementDocxHandler.toExport(JRGenericPrintElement element) booleanIconLabelElementGraphics2DHandler.toExport(JRGenericPrintElement element) booleanIconLabelElementHtmlHandler.toExport(JRGenericPrintElement element) booleanIconLabelElementOdsHandler.toExport(JRGenericPrintElement element) booleanIconLabelElementOdtHandler.toExport(JRGenericPrintElement element) booleanIconLabelElementPptxHandler.toExport(JRGenericPrintElement element) booleanIconLabelElementRtfHandler.toExport(JRGenericPrintElement element) booleanIconLabelElementXlsxHandler.toExport(JRGenericPrintElement element) booleanIconLabelElementXmlHandler.toExport(JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidPrintElementVisitor.visit(JRGenericPrintElement printElement, T arg) Visits a generic print element. -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRGenericPrintElement -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidGenericElementGraphics2DHandler.exportElement(JRGraphics2DExporterContext context, JRGenericPrintElement element, Graphics2D grx, Offset offset) Exports a generic element.default voidGenericElementHtmlHandler.exportElement(JRHtmlExporterContext exporterContext, JRGenericPrintElement element, TableCell cell) Exports a generic element.voidGenericElementRtfHandler.exportElement(JRRtfExporterContext exporterContext, JRGenericPrintElement element) Exports a generic element.voidGenericElementXmlHandler.exportElement(JRXmlExporterContext exporterContext, JRGenericPrintElement element) Exports a generic element.protected voidJRRtfExporter.exportGenericElement(JRGenericPrintElement element) protected abstract voidJRXlsAbstractExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected abstract voidJRXlsAbstractMetadataExporter.exportGenericElement(JRGenericPrintElement element) protected voidJRXlsAbstractMetadataExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell cell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJRXmlExporter.exportGenericElement(JRGenericPrintElement element) GenericElementHtmlHandler.getHtmlFragment(JRHtmlExporterContext exporterContext, JRGenericPrintElement element) Returns an HTML fragment that is to be inserted in the export output.GenericElementCsvHandler.getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element) Returns the text value to be inserted in the export output.static StringHyperlinkUtil.resolveLinks(String text, JRGenericPrintElement element, JRHyperlinkProducer linkProducer, boolean prepareForSerialization) Resolves hyperlink placeholders to URLs in a Flash variable.booleanGenericElementHandler.toExport(JRGenericPrintElement element) Decides whether a generic print element is to be exported.GenericElementTransformer.transformElement(GenericElementTransformerContext context, JRGenericPrintElement element) Transforms a generic print element into another element.voidHtmlExporter.CellElementVisitor.visit(JRGenericPrintElement printElement, TableCell cell) protected voidHtmlExporter.writeGenericElement(JRGenericPrintElement element, TableCell cell) -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine.export.draw
Methods in net.sf.jasperreports.engine.export.draw with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidPrintDrawVisitor.visit(JRGenericPrintElement printElement, Offset offset) -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidGenericElementOdsHandler.exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.voidGenericElementOdtHandler.exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) Exports a generic element.protected voidJROdsExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJROdtExporter.exportGenericElement(TableBuilder tableBuilder, JRGenericPrintElement element, JRExporterGridCell gridCell) -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidGenericElementDocxHandler.exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) Exports a generic element.voidGenericElementPptxHandler.exportElement(JRPptxExporterContext exporterContext, JRGenericPrintElement element) Exports a generic element.voidGenericElementXlsxHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex) Exports a generic element.voidGenericElementXlsxMetadataHandler.exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, int colIndex, int rowIndex, JRStyle parentStyle) Exports a generic element.protected voidJRDocxExporter.exportGenericElement(DocxTableHelper tableHelper, JRGenericPrintElement element, JRExporterGridCell gridCell) protected voidJRPptxExporter.exportGenericElement(JRGenericPrintElement element) protected voidJRXlsxExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidXlsxMetadataExporter.exportGenericElement(JRGenericPrintElement element, int colIndex, JRStyle parentStyle) GenericElementXlsxHandler.getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element) Creates an equivalent image of theJRGenericPrintElementelement to be exported instead.GenericElementXlsxMetadataHandler.getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element) Creates an equivalent image of theJRGenericPrintElementelement to be exported instead. -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRGenericPrintElementModifier and TypeClassDescriptionclassGeneric print element implementation that supports recorded values.classImplementation ofJRGenericPrintElementthat uses aJRTemplateGenericElementinstance to store common attributes.Methods in net.sf.jasperreports.engine.fill with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionprotected voidJRFillGenericElement.copy(JRGenericPrintElement printElement) protected voidJRFillGenericElement.copyBasicAttributes(JRGenericPrintElement printElement) -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidCompositePrintElementVisitor.visit(JRGenericPrintElement printElement, T arg) voidDeepPrintElementVisitor.visit(JRGenericPrintElement printElement, T arg) voidDefaultPrintElementVisitor.visit(JRGenericPrintElement printElement, T arg) voidUniformPrintElementVisitor.visit(JRGenericPrintElement printElement, T arg) -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine.xml.print
Method parameters in net.sf.jasperreports.engine.xml.print with type arguments of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidGenericElementLoader.loadGenericElement(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRGenericPrintElement> consumer) -
Uses of JRGenericPrintElement in net.sf.jasperreports.json.export
Methods in net.sf.jasperreports.json.export with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionprotected voidJsonExporter.exportGenericElement(JRGenericPrintElement element) GenericElementJsonHandler.getJsonFragment(JsonExporterContext exporterContext, JRGenericPrintElement element) Returns an JSON fragment that is to be inserted in the export output. -
Uses of JRGenericPrintElement in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidGenericElementPdfHandler.exportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element) Exports a generic element.protected voidJRPdfExporter.exportGenericElement(JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.pdf.components.iconlabel
Methods in net.sf.jasperreports.pdf.components.iconlabel with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidIconLabelElementPdfHandler.exportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element) booleanIconLabelElementPdfHandler.toExport(JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.poi.components.iconlabel
Methods in net.sf.jasperreports.poi.components.iconlabel with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidIconLabelElementXlsHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) booleanIconLabelElementXlsHandler.toExport(JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRGenericPrintElementModifier and TypeMethodDescriptionvoidGenericElementXlsHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) Exports a generic element.intGenericElementXlsMetadataHandler.exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, Map<String, Object> currentRow, Map<String, Object> repeatedValues, List<String> columnNames, Map<String, Integer> columnNamesMap, String currentColumnName, int colIndex, int rowIndex, boolean repeatValue) Exports a generic element.protected voidJRXlsExporter.exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout) protected voidJRXlsMetadataExporter.exportGenericElement(JRGenericPrintElement element)