Class DefaultPrintElementVisitor<T>

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

public abstract class DefaultPrintElementVisitor<T> extends Object implements PrintElementVisitor<T>
Base print element visitor implementation with empty methods. The class is meant to be extended by visitors that only want to implement specific methods.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • DefaultPrintElementVisitor

      public DefaultPrintElementVisitor()
  • Method Details