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.net.sf.jasperreports.engine.xml.print net.sf.jasperreports.pdf -
-
Uses of JRPrintEllipse in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRPrintEllipse Modifier and Type Method Description void
PrintElementVisitor. 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 class
JRBasePrintEllipse
-
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 void
JRRtfExporter. exportEllipse(JRPrintEllipse ellipse)
Draw a ellipse objectprotected void
JRXmlExporter. exportEllipse(JRPrintEllipse ellipse)
void
HtmlExporter.CellElementVisitor. visit(JRPrintEllipse ellipse, TableCell cell)
protected void
HtmlExporter. 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 void
EllipseDrawer. draw(Graphics2D grx, JRPrintEllipse ellipse, int offsetX, int offsetY)
void
PrintDrawVisitor. 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 void
JROdtExporter. exportEllipse(TableBuilder tableBuilder, JRPrintEllipse ellipse, JRExporterGridCell gridCell)
void
TableBuilder. 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 void
JRDocxExporter. exportEllipse(DocxTableHelper tableHelper, JRPrintEllipse ellipse, JRExporterGridCell gridCell)
protected void
JRPptxExporter. 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 class
JRTemplatePrintEllipse
Base implementation ofJRPrintEllipse
that uses aJRTemplateEllipse
instance 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 void
CompositePrintElementVisitor. visit(JRPrintEllipse ellipse, T arg)
void
DeepPrintElementVisitor. visit(JRPrintEllipse ellipse, T arg)
void
DefaultPrintElementVisitor. visit(JRPrintEllipse ellipse, T arg)
void
UniformPrintElementVisitor. 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 JRPrintEllipse Modifier and Type Method Description void
EllipseLoader. 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 JRPrintEllipse Modifier and Type Method Description protected void
JRPdfExporter. exportEllipse(JRPrintEllipse ellipse)
-