Interface UIImage

  • All Superinterfaces:
    UIComponent

    public interface UIImage
    extends UIComponent
    Class for defining an image in a UI.
    Since:
    9.10.2
    • Method Detail

      • create

        static UIImage create​(URL imageURL)
        Returns a UI Image from the image URL.
        Parameters:
        imageURL - the image URL
        Returns:
        a UI Image from the image URL
        Since:
        9.10.2
      • getImageUrl

        URL getImageUrl()
        Returns the URL for the image file that this UIImage uses.
        Returns:
        the URL for the image file that this UIImage uses
        Since:
        9.10.2