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.convert | |
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
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 |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JREllipse ellipse) |
void |
JRVisitor.visitEllipse(JREllipse ellipse) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBaseObjectFactory.visitEllipse(JREllipse ellipse) |
Constructor and Description |
---|
JRBaseEllipse(JREllipse ellipse,
JRBaseObjectFactory factory)
Initializes properties that are specific to ellipses.
|
Modifier and Type | Method and Description |
---|---|
void |
ConvertVisitor.visitEllipse(JREllipse ellipse) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, used at design time.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillEllipse |
Modifier and Type | Method and Description |
---|---|
protected void |
JRTemplateEllipse.setEllipse(JREllipse ellipse) |
void |
JRFillObjectFactory.visitEllipse(JREllipse ellipse) |
Constructor and Description |
---|
JRFillEllipse(JRBaseFiller filler,
JREllipse ellipse,
JRFillObjectFactory factory) |
JRTemplateEllipse(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JREllipse ellipse) |
Modifier and Type | Method and Description |
---|---|
void |
JRDelegationVisitor.visitEllipse(JREllipse ellipse) |
void |
UniformElementVisitor.visitEllipse(JREllipse ellipse) |
void |
JRVisitorSupport.visitEllipse(JREllipse ellipse) |
void |
JRApiWriter.writeEllipse(JREllipse ellipse,
String ellipseName) |
Modifier and Type | Method and Description |
---|---|
void |
XmlWriterVisitor.visitEllipse(JREllipse ellipse) |
void |
JRXmlWriter.writeEllipse(JREllipse ellipse) |
Copyright © 2017. All rights reserved.