Uses of Interface
net.sf.jasperreports.engine.JRPrintGraphicElement
-
Packages that use JRPrintGraphicElement Package Description 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.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). -
-
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine
Subinterfaces of JRPrintGraphicElement in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRPrintEllipseinterfaceJRPrintImageinterfaceJRPrintLineinterfaceJRPrintRectangle -
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintGraphicElement Modifier and Type Class Description classJRBasePrintEllipseclassJRBasePrintGraphicElementclassJRBasePrintImageclassJRBasePrintLineclassJRBasePrintRectangle -
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintGraphicElement Modifier and Type Method Description protected 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 voidJRXlsExporter. exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)protected voidJRXlsMetadataExporter. exportRectangle(JRPrintGraphicElement element)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 JRPrintGraphicElement Modifier and Type Method Description protected voidJROdsExporter. exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex)voidTableBuilder. exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell)StringStyleCache. getGraphicStyle(JRPrintGraphicElement element)StringStyleCache. getGraphicStyle(JRPrintGraphicElement element, double cropTop, double cropLeft, double cropBottom, double cropRight)Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintGraphicElement Constructor Description GraphicStyle(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 JRPrintGraphicElement Modifier and Type Method Description protected 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 JRPrintGraphicElement Modifier and Type Class Description classJRRecordedValuesPrintImagePrint image implementation that supports recorded values.classJRTemplatePrintEllipseBase implementation ofJRPrintEllipsethat uses aJRTemplateEllipseinstance to store common attributes.classJRTemplatePrintGraphicElementBase implementation ofJRPrintGraphicElementthat uses aJRTemplateGraphicElementinstance to store common attributes.classJRTemplatePrintImageImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes.classJRTemplatePrintLineImplementation ofJRPrintLinethat uses aJRTemplateLineinstance to store common attributes.classJRTemplatePrintRectangleImplementation ofJRPrintRectanglethat uses aJRTemplateRectangleinstance to store common attributes.
-