Uses of Interface
net.sf.jasperreports.engine.JRGenericPrintElement
-
Packages that use JRGenericPrintElement Package Description net.sf.jasperreports.components.headertoolbar.json Contains utility classes for the built-in Header Toolbar component.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces.net.sf.jasperreports.components.map.imageprovider net.sf.jasperreports.components.sort Contains classes for the built-in Sort component.net.sf.jasperreports.crosstabs.interactive Contains classes for the Crosstab element interactivity.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.draw Contains classes for drawing elements at export time.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.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of JRGenericPrintElement in net.sf.jasperreports.components.headertoolbar.json
Methods in net.sf.jasperreports.components.headertoolbar.json with parameters of type JRGenericPrintElement Modifier and Type Method Description protected java.util.TimeZoneHeaderToolbarElementJsonHandler. getFilterTimeZone(JasperPrint jasperPrint, JRGenericPrintElement element)java.lang.StringHeaderToolbarElementJsonHandler. getJsonFragment(JsonExporterContext context, JRGenericPrintElement element)booleanHeaderToolbarElementJsonHandler. toExport(JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel with parameters of type JRGenericPrintElement Modifier and Type Method Description protected voidIconLabelComponentFill. copy(JRGenericPrintElement printElement)voidIconLabelElementDocxHandler. exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)voidIconLabelElementGraphics2DHandler. exportElement(JRGraphics2DExporterContext exporterContext, JRGenericPrintElement element, java.awt.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)voidIconLabelElementPdfHandler. exportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element)voidIconLabelElementPptxHandler. exportElement(JRPptxExporterContext exporterContext, JRGenericPrintElement element)voidIconLabelElementRtfHandler. exportElement(JRRtfExporterContext exporterContext, JRGenericPrintElement element)voidIconLabelElementXlsHandler. exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)voidIconLabelElementXlsxHandler. exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)voidIconLabelElementXmlHandler. exportElement(JRXmlExporterContext exporterContext, JRGenericPrintElement element)java.lang.StringIconLabelElementHtmlHandler. getHtmlFragment(JRHtmlExporterContext context, JRGenericPrintElement element)JRPrintImageIconLabelElementXlsxHandler. getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element)java.lang.StringIconLabelElementCsvHandler. 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)booleanIconLabelElementPdfHandler. toExport(JRGenericPrintElement element)booleanIconLabelElementPptxHandler. toExport(JRGenericPrintElement element)booleanIconLabelElementRtfHandler. toExport(JRGenericPrintElement element)booleanIconLabelElementXlsHandler. toExport(JRGenericPrintElement element)booleanIconLabelElementXlsxHandler. toExport(JRGenericPrintElement element)booleanIconLabelElementXmlHandler. toExport(JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.components.map
Methods in net.sf.jasperreports.components.map with parameters of type JRGenericPrintElement Modifier and Type Method Description voidMapElementDocxHandler. exportElement(JRDocxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)voidMapElementGraphics2DHandler. exportElement(JRGraphics2DExporterContext exporterContext, JRGenericPrintElement element, java.awt.Graphics2D grx, Offset offset)voidMapElementOdsHandler. exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)voidMapElementOdtHandler. exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)voidMapElementPdfHandler. exportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element)voidMapElementPptxHandler. exportElement(JRPptxExporterContext exporterContext, JRGenericPrintElement element)voidMapElementRtfHandler. exportElement(JRRtfExporterContext exporterContext, JRGenericPrintElement element)voidMapElementXlsHandler. exportElement(JRXlsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)voidMapElementXlsxHandler. exportElement(JRXlsxExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)voidMapElementXmlHandler. exportElement(JRXmlExporterContext exporterContext, JRGenericPrintElement element)java.lang.StringMapElementHtmlHandler. getHtmlFragment(JRHtmlExporterContext context, JRGenericPrintElement element)JRPrintImageMapElementXlsxHandler. getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element)java.lang.StringMapElementJsonHandler. getJsonFragment(JsonExporterContext context, JRGenericPrintElement element)static voidMapUtils. prepareContextForVelocityTemplate(java.util.Map<java.lang.String,java.lang.Object> velocityContext, JasperReportsContext jasperReportsContext, JRGenericPrintElement element)booleanMapElementDocxHandler. toExport(JRGenericPrintElement element)booleanMapElementGraphics2DHandler. toExport(JRGenericPrintElement element)booleanMapElementHtmlHandler. toExport(JRGenericPrintElement element)booleanMapElementJsonHandler. toExport(JRGenericPrintElement element)booleanMapElementOdsHandler. toExport(JRGenericPrintElement element)booleanMapElementOdtHandler. toExport(JRGenericPrintElement element)booleanMapElementPdfHandler. toExport(JRGenericPrintElement element)booleanMapElementPptxHandler. toExport(JRGenericPrintElement element)booleanMapElementRtfHandler. toExport(JRGenericPrintElement element)booleanMapElementXlsHandler. toExport(JRGenericPrintElement element)booleanMapElementXlsxHandler. toExport(JRGenericPrintElement element)booleanMapElementXmlHandler. toExport(JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.components.map.fill
Methods in net.sf.jasperreports.components.map.fill with parameters of type JRGenericPrintElement Modifier and Type Method Description protected voidMapFillComponent. copy(JRGenericPrintElement printElement) -
Uses of JRGenericPrintElement in net.sf.jasperreports.components.map.imageprovider
Methods in net.sf.jasperreports.components.map.imageprovider with parameters of type JRGenericPrintElement Modifier and Type Method Description protected JRBasePrintImageAbstractMapElementImageProvider. createBaseImage(JRGenericPrintElement element)protected abstract RenderableAbstractMapElementImageProvider. createRenderable(JasperReportsContext jasperReportsContext, JRGenericPrintElement element)protected RenderableChromeMapElementImageProvider. createRenderable(JasperReportsContext jasperReportsContext, JRGenericPrintElement element)protected RenderableMapElementImageProvider. createRenderable(JasperReportsContext jasperReportsContext, JRGenericPrintElement element)JRPrintImageAbstractMapElementImageProvider. getImage(JasperReportsContext jasperReportsContext, JRGenericPrintElement element)JRPrintImageDefaultMapElementImageProvider. getImage(JasperReportsContext jasperReportsContext, JRGenericPrintElement element)JRPrintImageMapImageProvider. getImage(JasperReportsContext jasperReportsContext, JRGenericPrintElement element)byte[]ChromeMapElementImageProvider. getImageData(JasperReportsContext jasperReportsContext, JRGenericPrintElement element)protected java.lang.StringMapElementImageProvider. getImageLocation(JRGenericPrintElement element)java.lang.StringChromeMapElementImageProvider. getMapHtmlPage(JasperReportsContext jasperReportsContext, JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort with parameters of type JRGenericPrintElement Modifier and Type Method Description protected voidSortComponentFill. copy(JRGenericPrintElement printElement)java.lang.StringSortElementHtmlHandler. getHtmlFragment(JRHtmlExporterContext context, JRGenericPrintElement element)java.lang.StringSortElementJsonHandler. getJsonFragment(JsonExporterContext context, JRGenericPrintElement element)booleanSortElementHtmlHandler. toExport(JRGenericPrintElement element)booleanSortElementJsonHandler. toExport(JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.crosstabs.interactive
Methods in net.sf.jasperreports.crosstabs.interactive with parameters of type JRGenericPrintElement Modifier and Type Method Description java.lang.StringCrosstabInteractiveJsonHandler. getJsonFragment(JsonExporterContext exporterContext, JRGenericPrintElement element)booleanCrosstabInteractiveJsonHandler. toExport(JRGenericPrintElement element) -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRGenericPrintElement Modifier and Type Method Description voidPrintElementVisitor. 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 Modifier and Type Class Description classJRBaseGenericPrintElementA basic implementation ofJRGenericPrintElement. -
Uses of JRGenericPrintElement in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return JRGenericPrintElement Modifier and Type Method Description static JRGenericPrintElementFlashPrintElement. makeFlashElement(JRPrintElement template, java.lang.String swfUrl, java.util.Map<java.lang.String,java.lang.Object> flashVars, java.util.Map<java.lang.String,java.lang.Object> elementParameters)Deprecated.Creates a Flash generic element by copying all base element attributes from a template instance.Methods in net.sf.jasperreports.engine.export with parameters of type JRGenericPrintElement Modifier and Type Method Description voidGenericElementGraphics2DHandler. exportElement(JRGraphics2DExporterContext context, JRGenericPrintElement element, java.awt.Graphics2D grx, Offset offset)Exports a generic element.default voidGenericElementHtmlHandler. exportElement(JRHtmlExporterContext exporterContext, JRGenericPrintElement element, TableCell cell)Exports a generic element.voidGenericElementPdfHandler. exportElement(JRPdfExporterContext exporterContext, JRGenericPrintElement element)Exports a generic element.voidGenericElementRtfHandler. exportElement(JRRtfExporterContext exporterContext, JRGenericPrintElement element)Exports a generic element.voidGenericElementXlsHandler. 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, java.util.Map<java.lang.String,java.lang.Object> currentRow, java.util.Map<java.lang.String,java.lang.Object> repeatedValues, java.util.List<java.lang.String> columnNames, java.util.Map<java.lang.String,java.lang.Integer> columnNamesMap, java.lang.String currentColumnName, int colIndex, int rowIndex, boolean repeatValue)Exports a generic element.voidGenericElementXmlHandler. exportElement(JRXmlExporterContext exporterContext, JRGenericPrintElement element)Exports a generic element.protected voidJRPdfExporter. exportGenericElement(JRGenericPrintElement 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 voidJRXlsExporter. exportGenericElement(JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)protected voidJRXlsMetadataExporter. exportGenericElement(JRGenericPrintElement element)protected voidJRXmlExporter. exportGenericElement(JRGenericPrintElement element)protected voidJsonExporter. exportGenericElement(JRGenericPrintElement element)java.lang.StringFlashHtmlHandler. getHtmlFragment(JRHtmlExporterContext exporterContext, JRGenericPrintElement element)Deprecated.Outputs an HTML fragment that embeds a Flash movie.java.lang.StringGenericElementHtmlHandler. getHtmlFragment(JRHtmlExporterContext exporterContext, JRGenericPrintElement element)Returns an HTML fragment that is to be inserted in the export output.java.lang.StringGenericElementJsonHandler. getJsonFragment(JsonExporterContext exporterContext, JRGenericPrintElement element)Returns an JSON fragment that is to be inserted in the export output.java.lang.StringGenericElementCsvHandler. getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element)Returns the text value to be inserted in the export output.static java.lang.StringFlashPrintElement. resolveLinks(java.lang.String text, JRGenericPrintElement element, JRHyperlinkProducer linkProducer, boolean prepareForSerialization)Deprecated.static java.lang.StringHyperlinkUtil. resolveLinks(java.lang.String text, JRGenericPrintElement element, JRHyperlinkProducer linkProducer, boolean prepareForSerialization)Resolves hyperlink placeholders to URLs in a Flash variable.booleanFlashHtmlHandler. toExport(JRGenericPrintElement element)Deprecated.Always exports.booleanGenericElementHandler. toExport(JRGenericPrintElement element)Decides whether a generic print element is to be exported.JRPrintElementGenericElementTransformer. 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 JRGenericPrintElement Modifier and Type Method Description voidPrintDrawVisitor. 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 JRGenericPrintElement Modifier and Type Method Description voidGenericElementOdsHandler. 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 JRGenericPrintElement Modifier and Type Method Description voidGenericElementDocxHandler. 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)JRPrintImageGenericElementXlsxHandler. getImage(JRXlsxExporterContext exporterContext, JRGenericPrintElement element)Creates an equivalent image of theJRGenericPrintElementelement to be exported instead.JRPrintImageGenericElementXlsxMetadataHandler. 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 JRGenericPrintElement Modifier and Type Class Description classJRRecordedValuesGenericPrintElementGeneric print element implementation that supports recorded values.classJRTemplateGenericPrintElementImplementation ofJRGenericPrintElementthat uses aJRTemplateGenericElementinstance to store common attributes.Methods in net.sf.jasperreports.engine.fill with parameters of type JRGenericPrintElement Modifier and Type Method Description protected 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 JRGenericPrintElement Modifier and Type Method Description static java.lang.StringFlashUtils. getAllowScriptAccess(JRExporterContext context, JRGenericPrintElement element)Deprecated.Determines the allowScriptAccess parameter for a Flash element.voidCompositePrintElementVisitor. 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
Fields in net.sf.jasperreports.engine.xml declared as JRGenericPrintElement Modifier and Type Field Description protected JRGenericPrintElementJRGenericPrintElementParameterFactory.Parameter. elementConstructors in net.sf.jasperreports.engine.xml with parameters of type JRGenericPrintElement Constructor Description Parameter(JRGenericPrintElement element, java.lang.String name)
-