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).net.sf.jasperreports.poi.export -
-
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine
Subinterfaces of JRPrintGraphicElement in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRPrintEllipse
interface
JRPrintImage
interface
JRPrintLine
interface
JRPrintRectangle
-
Uses of JRPrintGraphicElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintGraphicElement Modifier and Type Class Description class
JRBasePrintEllipse
class
JRBasePrintGraphicElement
class
JRBasePrintImage
class
JRBasePrintLine
class
JRBasePrintRectangle
-
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 void
JRXmlExporter. exportGraphicElement(JRPrintGraphicElement element)
protected abstract void
JRXlsAbstractExporter. exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex)
protected abstract void
JRXlsAbstractMetadataExporter. exportRectangle(JRPrintGraphicElement element)
protected void
JRXlsAbstractMetadataExporter. exportRectangle(JRPrintGraphicElement element, JRExporterGridCell cell, int colIndex, int rowIndex)
protected void
HtmlExporter. 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 void
JROdsExporter. exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex)
void
TableBuilder. exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell)
String
StyleCache. getGraphicStyle(JRPrintGraphicElement element)
String
StyleCache. 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 void
JRPptxExporter. exportRectangle(PptxTableHelper tableHelper, JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)
protected void
JRXlsxExporter. exportRectangle(JRPrintGraphicElement rectangle, JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected void
XlsxMetadataExporter. exportRectangle(JRPrintGraphicElement rectangle, int colIndex, JRStyle parentStyle)
protected void
JRPptxExporter. 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 class
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.class
JRTemplatePrintEllipse
Base implementation ofJRPrintEllipse
that uses aJRTemplateEllipse
instance to store common attributes.class
JRTemplatePrintGraphicElement
Base implementation ofJRPrintGraphicElement
that uses aJRTemplateGraphicElement
instance to store common attributes.class
JRTemplatePrintImage
Implementation ofJRPrintImage
that uses aJRTemplateImage
instance to store common attributes.class
JRTemplatePrintLine
Implementation ofJRPrintLine
that uses aJRTemplateLine
instance to store common attributes.class
JRTemplatePrintRectangle
Implementation ofJRPrintRectangle
that uses aJRTemplateRectangle
instance to store common attributes. -
Uses of JRPrintGraphicElement in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRPrintGraphicElement Modifier and Type Method Description protected void
JRXlsExporter. exportRectangle(JRPrintGraphicElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected void
JRXlsMetadataExporter. exportRectangle(JRPrintGraphicElement element)
-