Interface IImageVisitor


public interface IImageVisitor
This visitor is used during initialization of a image elements.
Since:
6.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addImage(IImageDS datasource)
    This method should be used to add an image definition to the document engine.
  • Method Details

    • addImage

      void addImage(IImageDS datasource)
      This method should be used to add an image definition to the document engine.
      Parameters:
      datasource - Data source that provides the required data to initialize the element.
      Throws:
      InitializationException - This exception is thrown when the document could not be added due to a fatal error.