Uses of Class
net.sf.jasperreports.engine.util.UniformPrintElementVisitor
-
Packages that use UniformPrintElementVisitor Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of UniformPrintElementVisitor in net.sf.jasperreports.engine.fill
Subclasses of UniformPrintElementVisitor in net.sf.jasperreports.engine.fill Modifier and Type Class Description class
PartPropertiesDetector
-
Uses of UniformPrintElementVisitor in net.sf.jasperreports.engine.util
Subclasses of UniformPrintElementVisitor in net.sf.jasperreports.engine.util Modifier and Type Class Description class
DeepPrintElementCounter
Print element visitor that counts deep elements by recursively visitingJRPrintFrame
containers.class
VirtualizableElementCounter
Methods in net.sf.jasperreports.engine.util with parameters of type UniformPrintElementVisitor Modifier and Type Method Description protected static int
DeepPrintElementCounter. count(Collection<? extends JRPrintElement> elements, UniformPrintElementVisitor<AtomicInteger> counter)
protected static int
DeepPrintElementCounter. count(JRPrintElement element, UniformPrintElementVisitor<AtomicInteger> counter)
-