Interface ContentImage

    • Method Detail

      • getUrl

        URL getUrl()
        Obtains the image URL.
        Returns:
        The URL of the image or null when the image has no URL.
      • getPngData

        byte[] getPngData()
        Gets the PNG data of the image if available.
        Returns:
        The PNG data or null when the data is not available.