Class ElementalImageNode

    • Method Detail

      • getChannels

        public java.util.Optional<java.util.List<java.lang.String>> getChannels()
        Specified by:
        getChannels in interface IElementalBaseNode
      • getIf

        public java.util.Optional<java.lang.String> getIf()
        Specified by:
        getIf in interface IElementalBaseNode
      • getSrc

        public java.lang.String getSrc()
        Returns:
        The source of the image.
      • getHref

        public java.util.Optional<java.lang.String> getHref()
        Returns:
        A URL to link to when the image is clicked.
      • getAlign

        public java.util.Optional<IAlignment> getAlign()
        Returns:
        The alignment of the image.
      • getAltText

        public java.util.Optional<java.lang.String> getAltText()
        Returns:
        Alternate text for the image.
      • getWidth

        public java.util.Optional<java.lang.String> getWidth()
        Returns:
        CSS width properties to apply to the image. For example, 50px
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object