Uses of Interface
net.sf.jasperreports.engine.JRFrame
Packages that use JRFrame
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 JRFrame in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRFrame -
Uses of JRFrame in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRFrameMethods in net.sf.jasperreports.engine.base with parameters of type JRFrameConstructors in net.sf.jasperreports.engine.base with parameters of type JRFrame -
Uses of JRFrame in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRFrame -
Uses of JRFrame in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRFrameMethods in net.sf.jasperreports.engine.design with parameters of type JRFrameModifier and TypeMethodDescriptionprotected voidJRVerifier.verifyFrame(JRFrame frame) voidJRVerifierVisitor.visitFrame(JRFrame frame) -
Uses of JRFrame in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRFrameFields in net.sf.jasperreports.engine.fill declared as JRFrameMethods in net.sf.jasperreports.engine.fill with parameters of type JRFrameConstructors in net.sf.jasperreports.engine.fill with parameters of type JRFrameModifierConstructorDescriptionJRFillFrame(JRBaseFiller filler, JRFrame frame, JRFillObjectFactory factory) -
Uses of JRFrame in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRFrameModifier and TypeMethodDescriptionvoidJRApiWriterVisitor.visitFrame(JRFrame frame) voidJRDelegationVisitor.visitFrame(JRFrame frame) voidJRVisitorSupport.visitFrame(JRFrame frame) voidUniformElementVisitor.visitFrame(JRFrame frame) voidJRApiWriter.writeFrame(JRFrame frame, String frameName)