Uses of Interface
net.sf.jasperreports.engine.JRBreak
Packages that use JRBreak
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 classes for drawing elements at export time.
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 JRBreak in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRBreak -
Uses of JRBreak in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRBreakMethods in net.sf.jasperreports.engine.base with parameters of type JRBreakConstructors in net.sf.jasperreports.engine.base with parameters of type JRBreakModifierConstructorDescriptionprotectedJRBaseBreak(JRBreak breakElement, JRBaseObjectFactory factory) Initializes properties that are specific to break elements. -
Uses of JRBreak in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRBreak -
Uses of JRBreak in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRBreakModifier and TypeClassDescriptionclassThe actual implementation of a break element, used at design time.Methods in net.sf.jasperreports.engine.design with parameters of type JRBreak -
Uses of JRBreak in net.sf.jasperreports.engine.export.draw
Methods in net.sf.jasperreports.engine.export.draw with parameters of type JRBreak -
Uses of JRBreak in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRBreakMethods in net.sf.jasperreports.engine.fill with parameters of type JRBreakConstructors in net.sf.jasperreports.engine.fill with parameters of type JRBreakModifierConstructorDescriptionprotectedJRFillBreak(JRBaseFiller filler, JRBreak breakElement, JRFillObjectFactory factory) -
Uses of JRBreak in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRBreakModifier and TypeMethodDescriptionvoidJRApiWriterVisitor.visitBreak(JRBreak breakElement) voidJRDelegationVisitor.visitBreak(JRBreak breakElement) voidJRVisitorSupport.visitBreak(JRBreak breakElement) voidUniformElementVisitor.visitBreak(JRBreak breakElement) voidJRApiWriter.writeBreak(JRBreak breakElement, String breakName)