Interface HTMLMapElement

  • All Superinterfaces:
    Element, HTMLElement, Node

    public interface HTMLMapElement
    extends HTMLElement
    Client-side image map. See the MAP element definition in HTML 4.0.
    • Method Detail

      • getAreas

        HTMLCollection getAreas()
        The list of areas defined for the image map.
      • getName

        java.lang.String getName()
        Names the map (for use with usemap). See the name attribute definition in HTML 4.0.
      • setName

        void setName​(java.lang.String name)