Uses of Interface
net.sf.jasperreports.engine.JRPrintEllipse
-
Packages that use JRPrintEllipse 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.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. -
-
Uses of JRPrintEllipse in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRPrintEllipse Modifier and Type Method Description voidPrintElementVisitor. 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 Modifier and Type Class Description classJRBasePrintEllipse -
Uses of JRPrintEllipse in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintEllipse Modifier and Type Method Description protected voidJRPdfExporter. exportEllipse(JRPrintEllipse ellipse)protected 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 JRPrintEllipse Modifier and Type Method Description voidEllipseDrawer. 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 JRPrintEllipse Modifier and Type Method Description protected 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 JRPrintEllipse Modifier and Type Method Description protected 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 JRPrintEllipse Modifier and Type Class Description classJRTemplatePrintEllipseBase 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 JRPrintEllipse Modifier and Type Method Description voidCompositePrintElementVisitor. visit(JRPrintEllipse ellipse, T arg)voidDeepPrintElementVisitor. visit(JRPrintEllipse ellipse, T arg)voidDefaultPrintElementVisitor. visit(JRPrintEllipse ellipse, T arg)voidUniformPrintElementVisitor. visit(JRPrintEllipse ellipse, T arg)
-