Uses of Interface
net.sf.jasperreports.engine.JREllipse
Packages that use JREllipse
Package
Description
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JREllipse in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JREllipse -
Uses of JREllipse in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JREllipseModifier and TypeClassDescriptionclassThe actual implementation of a graphic element representing an ellipse.Methods in net.sf.jasperreports.engine.base with parameters of type JREllipseConstructors in net.sf.jasperreports.engine.base with parameters of type JREllipseModifierConstructorDescriptionprotectedJRBaseEllipse(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 -
Uses of JREllipse in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JREllipseModifier and TypeClassDescriptionclassThe actual implementation of a graphic element representing an ellipse, used at design time.Methods in net.sf.jasperreports.engine.design with parameters of type JREllipse -
Uses of JREllipse in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JREllipseMethods in net.sf.jasperreports.engine.fill with parameters of type JREllipseModifier and TypeMethodDescriptionprotected voidJRTemplateEllipse.setEllipse(JREllipse ellipse) voidJRFillObjectFactory.visitEllipse(JREllipse ellipse) Constructors in net.sf.jasperreports.engine.fill with parameters of type JREllipseModifierConstructorDescriptionprotectedJRFillEllipse(JRBaseFiller filler, JREllipse ellipse, JRFillObjectFactory factory) protectedJRTemplateEllipse(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 JREllipseModifier and TypeMethodDescriptionvoidJRApiWriterVisitor.visitEllipse(JREllipse ellipse) voidJRDelegationVisitor.visitEllipse(JREllipse ellipse) voidJRVisitorSupport.visitEllipse(JREllipse ellipse) voidUniformElementVisitor.visitEllipse(JREllipse ellipse) voidJRApiWriter.writeEllipse(JREllipse ellipse, String ellipseName)