Uses of Interface
net.sf.jasperreports.engine.JRVisitor
Packages that use JRVisitor
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
Contains classes for the built-in List component.
Contains classes for the built-in Table component.
Contains fill time implementations for Table component related interfaces.
Contains utility classes for the built-in Table component.
Contains classes for the Crosstab report element.
Contains base classes for the Crosstab report element.
Contains design classes for the Crosstab report element.
Contains classes to be used at report filling time for the Crosstab report element.
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 JRVisitor in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts with parameters of type JRVisitorModifier and TypeMethodDescriptionChartVisitorFactory.getChartVisitor(JRVisitor visitor) DefaultElementVisitorsAdapter.getChartVisitor(JRVisitor visitor) ElementVisitorAdapter.getChartVisitor(JRVisitor visitor) -
Uses of JRVisitor in net.sf.jasperreports.charts.base
Methods in net.sf.jasperreports.charts.base with parameters of type JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.charts.convert
Classes in net.sf.jasperreports.charts.convert that implement JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.charts.design
Methods in net.sf.jasperreports.charts.design with parameters of type JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill with parameters of type JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement JRVisitorMethods in net.sf.jasperreports.components.list with parameters of type JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table with parameters of type JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement JRVisitorModifier and TypeClassDescriptionclassObject factory used to clone a report dataset.class -
Uses of JRVisitor in net.sf.jasperreports.components.table.util
Constructors in net.sf.jasperreports.components.table.util with parameters of type JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.crosstabs
Classes in net.sf.jasperreports.crosstabs that implement JRVisitorConstructors in net.sf.jasperreports.crosstabs with parameters of type JRVisitorModifierConstructorDescriptionCrosstabDeepVisitor(JRVisitor visitor) Creates a deep crosstab visitor. -
Uses of JRVisitor in net.sf.jasperreports.crosstabs.base
Methods in net.sf.jasperreports.crosstabs.base with parameters of type JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.crosstabs.design
Methods in net.sf.jasperreports.crosstabs.design with parameters of type JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.crosstabs.fill
Classes in net.sf.jasperreports.crosstabs.fill that implement JRVisitorModifier and TypeClassDescriptionclassclassFactory of fill instances of crosstab internal objects. -
Uses of JRVisitor in net.sf.jasperreports.engine
Subinterfaces of JRVisitor in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceReport elements visitor extended interface that is able to visit deep/nested elements.Classes in net.sf.jasperreports.engine that implement JRVisitorMethods in net.sf.jasperreports.engine with parameters of type JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRVisitorModifier and TypeClassDescriptionclassFactory of objects used in compiled reports.Methods in net.sf.jasperreports.engine.base with parameters of type JRVisitorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of JRVisitor in net.sf.jasperreports.engine.convert
Classes in net.sf.jasperreports.engine.convert that implement JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRVisitorMethods in net.sf.jasperreports.engine.design with parameters of type JRVisitorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of JRVisitor in net.sf.jasperreports.engine.export.draw
Classes in net.sf.jasperreports.engine.export.draw that implement JRVisitor -
Uses of JRVisitor in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRVisitorModifier and TypeClassDescriptionprotected static classclassA factory used to instantiate fill objects based on compiled report objects.Methods in net.sf.jasperreports.engine.fill with parameters of type JRVisitorModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of JRVisitor in net.sf.jasperreports.engine.util
Classes in net.sf.jasperreports.engine.util that implement JRVisitorModifier and TypeClassDescriptionclassclassAbstract delegation visitor.classReport elements visitor.classAbstract implementation ofJRVisitorthat has empty visit methods for all visitable types.classAn abstract visitor class that treats all report elements in the same way.Methods in net.sf.jasperreports.engine.util that return JRVisitorModifier and TypeMethodDescriptionJRDelegationVisitor.getVisitor()Returns the visitor to which calls are delegated to.Methods in net.sf.jasperreports.engine.util with parameters of type JRVisitorModifier and TypeMethodDescriptionstatic booleanElementsVisitorUtils.visitDeepElements(JRVisitor visitor) Determines whether a visitor is to visit deep/nested elements.static voidElementsVisitorUtils.visitElements(JRVisitor visitor, Collection<? extends JRVisitable> elements) Visits a collections of elements.static voidJRElementsVisitor.visitReport(JRReport report, JRVisitor visitor) Visits all the elements of a report.Constructors in net.sf.jasperreports.engine.util with parameters of type JRVisitorModifierConstructorDescriptionJRDelegationVisitor(JRVisitor visitor) Creates a delegation visitor.JRElementsVisitor(JRVisitor visitor) Creates a report visitor.