Class ImageBuilder

    • Constructor Detail

      • ImageBuilder

        public ImageBuilder​(java.lang.String url,
                            java.lang.String text,
                            java.lang.String align,
                            java.lang.String width,
                            java.lang.String height)
        Constructs an instance of ImageBuilder.
    • Method Detail

      • getUrl

        public final java.lang.String getUrl()
        Gets the URL.
        Specified by:
        getUrl in interface Image
      • getText

        public final java.lang.String getText()
        Gets the title.
        Specified by:
        getText in interface Image
      • getAlign

        public final java.lang.String getAlign()
        Gets the align.
        Specified by:
        getAlign in interface Image
      • getWidth

        public final java.lang.String getWidth()
        Gets the width.
        Specified by:
        getWidth in interface Image
      • getHeight

        public final java.lang.String getHeight()
        Gets the height.
        Specified by:
        getHeight in interface Image