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 Details

    • getAreas

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

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

      void setName(String name)