public class Img
extends AbstractContentFrame
A pojo representing an img element
  • Field Details

    • alt

      private String alt
      The alt attribute of the img
    • crossOrigin

      private String crossOrigin
      The crossorigin attribute of the img
    • isMap

      private Boolean isMap
      The ismap attribute of the img
    • loading

      private String loading
      The loading attribute of the img
    • longDesc

      private String longDesc
      The longdesc attribute of the img
    • referrerPolicy

      private String referrerPolicy
      The referrerpolicy attribute of the img
    • sizes

      private String sizes
      The sizes attribute of the img
    • srcSet

      private String srcSet
      The srcset attribute of the img
    • useMap

      private String useMap
      The usemap attribute of the img
  • Constructor Details

  • Method Details

    • builder

      public static Img.ImgBuilder builder()
    • setAlt

      public void setAlt​(String alt)
    • setCrossOrigin

      public void setCrossOrigin​(String crossOrigin)
    • setMap

      public void setMap​(Boolean map)
    • setLoading

      public void setLoading​(String loading)
    • setLongDesc

      public void setLongDesc​(String longDesc)
    • setReferrerPolicy

      public void setReferrerPolicy​(String referrerPolicy)
    • setSizes

      public void setSizes​(String sizes)
    • setSrcSet

      public void setSrcSet​(String srcSet)
    • setUseMap

      public void setUseMap​(String useMap)