Class DeepPrintElementVisitor<T>

java.lang.Object
net.sf.jasperreports.engine.util.DeepPrintElementVisitor<T>
All Implemented Interfaces:
PrintElementVisitor<T>

public class DeepPrintElementVisitor<T> extends Object implements PrintElementVisitor<T>
Print element visitor decorator that recursively visits JRPrintFrame subelements.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • DeepPrintElementVisitor

      public DeepPrintElementVisitor(PrintElementVisitor<T> visitor)
      Creates a deep visitor by wrapping a visitor to which the calls will be delegated.
      Parameters:
      visitor -
  • Method Details