Uses of Interface
net.sf.jasperreports.engine.JRPrintEllipse
Packages that use JRPrintEllipse
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.
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 JRPrintEllipse in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRPrintEllipseModifier and TypeMethodDescriptionvoidPrintElementVisitor.visit(JRPrintEllipse ellipse, T arg) Visits a print ellipse. -
Uses of JRPrintEllipse in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintEllipse -
Uses of JRPrintEllipse in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintEllipseModifier and TypeMethodDescriptionprotected voidJRRtfExporter.exportEllipse(JRPrintEllipse ellipse) Draw a ellipse objectprotected voidJRXmlExporter.exportEllipse(JRPrintEllipse ellipse) voidHtmlExporter.CellElementVisitor.visit(JRPrintEllipse ellipse, TableCell cell) protected voidHtmlExporter.writeEllipse(JRPrintEllipse ellipse, TableCell cell) -
Uses of JRPrintEllipse in net.sf.jasperreports.engine.export.draw
Methods in net.sf.jasperreports.engine.export.draw with parameters of type JRPrintEllipseModifier and TypeMethodDescriptionvoidEllipseDrawer.draw(Graphics2D grx, JRPrintEllipse ellipse, int offsetX, int offsetY) voidPrintDrawVisitor.visit(JRPrintEllipse ellipse, Offset offset) -
Uses of JRPrintEllipse in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintEllipseModifier and TypeMethodDescriptionprotected voidJROdtExporter.exportEllipse(TableBuilder tableBuilder, JRPrintEllipse ellipse, JRExporterGridCell gridCell) voidTableBuilder.exportEllipse(JRPrintEllipse ellipse, JRExporterGridCell gridCell) -
Uses of JRPrintEllipse in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRPrintEllipseModifier and TypeMethodDescriptionprotected voidJRDocxExporter.exportEllipse(DocxTableHelper tableHelper, JRPrintEllipse ellipse, JRExporterGridCell gridCell) protected voidJRPptxExporter.exportEllipse(JRPrintEllipse ellipse) -
Uses of JRPrintEllipse in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPrintEllipseModifier and TypeClassDescriptionclassBase implementation ofJRPrintEllipsethat uses aJRTemplateEllipseinstance to store common attributes. -
Uses of JRPrintEllipse in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRPrintEllipseModifier and TypeMethodDescriptionvoidCompositePrintElementVisitor.visit(JRPrintEllipse ellipse, T arg) voidDeepPrintElementVisitor.visit(JRPrintEllipse ellipse, T arg) voidDefaultPrintElementVisitor.visit(JRPrintEllipse ellipse, T arg) voidUniformPrintElementVisitor.visit(JRPrintEllipse ellipse, T arg) -
Uses of JRPrintEllipse in net.sf.jasperreports.engine.xml.print
Method parameters in net.sf.jasperreports.engine.xml.print with type arguments of type JRPrintEllipseModifier and TypeMethodDescriptionvoidEllipseLoader.loadEllipse(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRPrintEllipse> consumer) -
Uses of JRPrintEllipse in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf with parameters of type JRPrintEllipseModifier and TypeMethodDescriptionprotected voidJRPdfExporter.exportEllipse(JRPrintEllipse ellipse)