Uses of Interface
net.sf.jasperreports.engine.JRPrintGraphicElement
Packages that use JRPrintGraphicElement
Package
Description
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.
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).
-
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine
Subinterfaces of JRPrintGraphicElement in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterface -
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintGraphicElementModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintGraphicElementModifier and TypeMethodDescriptionprotected voidJRXmlExporter.exportGraphicElement(JRPrintGraphicElement element) protected abstract voidJRXlsAbstractExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex) protected abstract voidJRXlsAbstractMetadataExporter.exportRectangle(JRPrintGraphicElement element) protected voidJRXlsAbstractMetadataExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex) protected voidHtmlExporter.writeSvgStyle(JRPrintGraphicElement element) -
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintGraphicElementModifier and TypeMethodDescriptionprotected voidJROdsExporter.exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex) voidTableBuilder.exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell) StyleCache.getGraphicStyle(JRPrintGraphicElement element) StyleCache.getGraphicStyle(JRPrintGraphicElement element, double cropTop, double cropLeft, double cropBottom, double cropRight) Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintGraphicElementModifierConstructorDescriptionGraphicStyle(WriterHelper styleWriter, JRPrintGraphicElement element, double cropTop, double cropLeft, double cropBottom, double cropRight) -
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRPrintGraphicElementModifier and TypeMethodDescriptionprotected voidJRPptxExporter.exportRectangle(PptxTableHelper tableHelper, JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) protected voidJRXlsxExporter.exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidXlsxMetadataExporter.exportRectangle(JRPrintGraphicElement rectangle, int colIndex, JRStyle parentStyle) protected voidJRPptxExporter.setBox4Rectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell) -
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPrintGraphicElementModifier and TypeClassDescriptionclassPrint image implementation that supports recorded values.classBase implementation ofJRPrintEllipsethat uses aJRTemplateEllipseinstance to store common attributes.classBase implementation ofJRPrintGraphicElementthat uses aJRTemplateGraphicElementinstance to store common attributes.classImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes.classImplementation ofJRPrintLinethat uses aJRTemplateLineinstance to store common attributes.classImplementation ofJRPrintRectanglethat uses aJRTemplateRectangleinstance to store common attributes. -
Uses of JRPrintGraphicElement in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRPrintGraphicElementModifier and TypeMethodDescriptionprotected voidJRXlsExporter.exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected voidJRXlsMetadataExporter.exportRectangle(JRPrintGraphicElement element)