Uses of Interface
net.sf.jasperreports.engine.Deduplicable
Packages that use Deduplicable
Package
Description
Contains fill time implementations for chart related interfaces.
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.
Provides interfaces and base classes for the built-in JasperReports component functionality.
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 Deduplicable in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement Deduplicable -
Uses of Deduplicable in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine that implement Deduplicable -
Uses of Deduplicable in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement DeduplicableModifier and TypeClassDescriptionclassclassclassclassclassclassclassThis is useful for drawing borders around text elements and images.classclassThis is useful for drawing borders around text elements and images.classstatic class -
Uses of Deduplicable in net.sf.jasperreports.engine.component
Methods in net.sf.jasperreports.engine.component with type parameters of type DeduplicableModifier and TypeMethodDescriptionprotected <T extends Deduplicable>
TBaseFillComponent.deduplicate(T object) Deduplicates an object by looking for an identical one that's already present in the fill context. -
Uses of Deduplicable in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement Deduplicable -
Uses of Deduplicable in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement DeduplicableModifier and TypeClassDescriptionclassBase class consisting of print element information shared by multiple print elements.classEllipse information shared by multiple print ellipse objects.classFrame information shared by multiple print frame objects.classGeneric print element information shared by multiple elements.classBase class consisting of graphic print element information shared by multiple print element instances.classImage information shared by multiple print image objects.classLine element information shared by multiple print line objects.classRectangle information shared by multiple print rectangle objects.classText element information shared by multiple print text objects.Methods in net.sf.jasperreports.engine.fill with type parameters of type DeduplicableModifier and TypeMethodDescription<T extends Deduplicable>
TJRFillContext.deduplicate(T object) Search for a duplicate of a given object in the fill context, and add the object to the context if no duplicate found. -
Uses of Deduplicable in net.sf.jasperreports.engine.util
Classes in net.sf.jasperreports.engine.util with type parameters of type DeduplicableModifier and TypeClassDescriptionprotected static classDeduplicableRegistry.DeduplicableMap<T extends Deduplicable>protected static classMethods in net.sf.jasperreports.engine.util with type parameters of type DeduplicableModifier and TypeMethodDescription<T extends Deduplicable>
TDeduplicableRegistry.deduplicate(T object) Search for a duplicate of a given object in the registry, and add the object to the registry if no duplicate found.protected <T extends Deduplicable>
DeduplicableRegistry.DeduplicableMap<T> DeduplicableRegistry.typeMap(T object)