Interface Image

All Superinterfaces:
LinkableWidget, Parent, Widget

@NonNullByDefault public interface Image extends LinkableWidget
A representation of a sitemap Image widget.
Author:
Mark Herwege - Initial contribution
  • Method Details

    • getUrl

      @Nullable String getUrl()
      Get the url of the image.
      Returns:
      url
    • setUrl

      void setUrl(@Nullable String url)
      Set the url of the video.
      Parameters:
      url -
    • getRefresh

      int getRefresh()
      Get the image refresh interval in s. If no interval is set, 0 should be returned.
      Returns:
      refresh
    • setRefresh

      void setRefresh(@Nullable Integer refresh)
      Set the image refresh interval in s.
      Parameters:
      refresh -