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.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintElementVisitor.visit(JRPrintEllipse ellipse,
T arg)
Visits a print ellipse.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintEllipse |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlExporter.exportEllipse(JRPrintEllipse ellipse) |
protected void |
JRRtfExporter.exportEllipse(JRPrintEllipse ellipse)
Draw a ellipse object
|
protected void |
JRPdfExporter.exportEllipse(JRPrintEllipse ellipse) |
void |
HtmlExporter.CellElementVisitor.visit(JRPrintEllipse ellipse,
TableCell cell) |
Modifier and Type | Method and Description |
---|---|
void |
EllipseDrawer.draw(java.awt.Graphics2D grx,
JRPrintEllipse ellipse,
int offsetX,
int offsetY) |
void |
PrintDrawVisitor.visit(JRPrintEllipse ellipse,
Offset offset) |
Modifier and Type | Method and Description |
---|---|
void |
TableBuilder.exportEllipse(JRPrintEllipse ellipse,
JRExporterGridCell gridCell) |
protected void |
JROdtExporter.exportEllipse(TableBuilder tableBuilder,
JRPrintEllipse ellipse,
JRExporterGridCell gridCell) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRDocxExporter.exportEllipse(DocxTableHelper tableHelper,
JRPrintEllipse ellipse,
JRExporterGridCell gridCell) |
protected void |
JRPptxExporter.exportEllipse(JRPrintEllipse ellipse) |
Modifier and Type | Class and Description |
---|---|
class |
JRTemplatePrintEllipse
Base implementation of
JRPrintEllipse that uses
a JRTemplateEllipse instance to
store common attributes. |
Modifier and Type | Method and Description |
---|---|
void |
DeepPrintElementVisitor.visit(JRPrintEllipse ellipse,
T arg) |
void |
UniformPrintElementVisitor.visit(JRPrintEllipse ellipse,
T arg) |
void |
CompositePrintElementVisitor.visit(JRPrintEllipse ellipse,
T arg) |
void |
DefaultPrintElementVisitor.visit(JRPrintEllipse ellipse,
T arg) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com