Uses of Interface
net.sf.jasperreports.engine.JRRectangle
Packages that use JRRectangle
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 JRRectangle in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRRectangleModifier and TypeMethodDescriptionvoidJRExpressionCollector.collect(JRRectangle rectangle) voidJRVisitor.visitRectangle(JRRectangle rectangle) -
Uses of JRRectangle in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRRectangleModifier and TypeClassDescriptionclassThe actual implementation of a graphic element representing a rectangle.Methods in net.sf.jasperreports.engine.base with parameters of type JRRectangleConstructors in net.sf.jasperreports.engine.base with parameters of type JRRectangleModifierConstructorDescriptionprotectedJRBaseRectangle(JRRectangle rectangle, JRBaseObjectFactory factory) Initializes properties that are specific to rectangles. -
Uses of JRRectangle in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRRectangle -
Uses of JRRectangle in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRRectangleModifier and TypeClassDescriptionclassThe actual implementation of a graphic element representing a rectangle, used at design time.Methods in net.sf.jasperreports.engine.design with parameters of type JRRectangle -
Uses of JRRectangle in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRRectangleMethods in net.sf.jasperreports.engine.fill with parameters of type JRRectangleModifier and TypeMethodDescriptionprotected voidJRTemplateRectangle.setRectangle(JRRectangle rectangle) voidJRFillObjectFactory.visitRectangle(JRRectangle rectangle) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRRectangleModifierConstructorDescriptionprotectedJRFillRectangle(JRBaseFiller filler, JRRectangle rectangle, JRFillObjectFactory factory) protectedJRTemplateRectangle(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRRectangle rectangle) -
Uses of JRRectangle in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRRectangleModifier and TypeMethodDescriptionvoidJRApiWriterVisitor.visitRectangle(JRRectangle rectangle) voidJRDelegationVisitor.visitRectangle(JRRectangle rectangle) voidJRVisitorSupport.visitRectangle(JRRectangle rectangle) voidUniformElementVisitor.visitRectangle(JRRectangle rectangle) voidJRApiWriter.writeRectangle(JRRectangle rectangle, String rectangleName)