Class ImageUrl


  • public class ImageUrl
    extends Image
    Represents an image to insert in a template with a URL string as source.
    • Constructor Detail

      • ImageUrl

        public ImageUrl​(java.lang.String name,
                        java.lang.String url)
        This object represent an image to insert in the template. The options of the image can be turned on via the setter functions. The source of this image is a URL string.
        Parameters:
        name - Name of this image for the tag.
        url - The source URL for the image.