Module jdk.xml.dom

Interface HTMLMapElement

    • Method Detail

      • 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)