Interface IImageNodeDS


public interface IImageNodeDS
This interface is used to initialize a text node of a text element.
Since:
6.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    This method return the height of the image.
    This method returns the name of the image used to loopup the actual image data.
    This method return the width of the image.
  • Method Details

    • getName

      String getName()
      This method returns the name of the image used to loopup the actual image data.
      Returns:
      The name of the image.
    • getWidth

      Long getWidth()
      This method return the width of the image.
      Returns:
      Width of the image (may be null).
    • getHeight

      Long getHeight()
      This method return the height of the image.
      Returns:
      Height of the image (may be null).