|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JREllipse | |
|---|---|
| net.sf.jasperreports.engine | Provides access to the library's main functionality through façade 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 | Utility classes. |
| net.sf.jasperreports.engine.xml | Contains classes for loading report templates from XML files. |
| Uses of JREllipse in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine with parameters of type JREllipse | |
|---|---|
void |
JRExpressionCollector.collect(JREllipse ellipse)
|
void |
JRVisitor.visitEllipse(JREllipse ellipse)
|
| Uses of JREllipse in net.sf.jasperreports.engine.base |
|---|
| Classes in net.sf.jasperreports.engine.base that implement JREllipse | |
|---|---|
class |
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse. |
| Methods in net.sf.jasperreports.engine.base with parameters of type JREllipse | |
|---|---|
void |
JRBaseObjectFactory.visitEllipse(JREllipse ellipse)
|
| Constructors in net.sf.jasperreports.engine.base with parameters of type JREllipse | |
|---|---|
JRBaseEllipse(JREllipse ellipse,
JRBaseObjectFactory factory)
Initializes properties that are specific to ellipses. |
|
| Uses of JREllipse in net.sf.jasperreports.engine.convert |
|---|
| Methods in net.sf.jasperreports.engine.convert with parameters of type JREllipse | |
|---|---|
void |
ConvertVisitor.visitEllipse(JREllipse ellipse)
|
| Uses of JREllipse in net.sf.jasperreports.engine.design |
|---|
| Classes in net.sf.jasperreports.engine.design that implement JREllipse | |
|---|---|
class |
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, used at design time. |
| Uses of JREllipse in net.sf.jasperreports.engine.fill |
|---|
| Classes in net.sf.jasperreports.engine.fill that implement JREllipse | |
|---|---|
class |
JRFillEllipse
|
| Methods in net.sf.jasperreports.engine.fill with parameters of type JREllipse | |
|---|---|
protected void |
JRTemplateEllipse.setEllipse(JREllipse ellipse)
|
void |
JRFillObjectFactory.visitEllipse(JREllipse ellipse)
|
| Constructors in net.sf.jasperreports.engine.fill with parameters of type JREllipse | |
|---|---|
JRFillEllipse(JRBaseFiller filler,
JREllipse ellipse,
JRFillObjectFactory factory)
|
|
JRTemplateEllipse(JROrigin origin,
JRDefaultStyleProvider defaultStyleProvider,
JREllipse ellipse)
|
|
| Uses of JREllipse in net.sf.jasperreports.engine.util |
|---|
| Methods in net.sf.jasperreports.engine.util with parameters of type JREllipse | |
|---|---|
void |
JRDelegationVisitor.visitEllipse(JREllipse ellipse)
|
void |
UniformElementVisitor.visitEllipse(JREllipse ellipse)
|
void |
JRVisitorSupport.visitEllipse(JREllipse ellipse)
|
void |
JRApiWriter.writeEllipse(JREllipse ellipse,
java.lang.String ellipseName)
|
| Uses of JREllipse in net.sf.jasperreports.engine.xml |
|---|
| Methods in net.sf.jasperreports.engine.xml with parameters of type JREllipse | |
|---|---|
void |
XmlWriterVisitor.visitEllipse(JREllipse ellipse)
|
void |
JRXmlWriter.writeEllipse(JREllipse ellipse)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||