模块  jdk.xml.dom
软件包  org.w3c.dom.html

Interface HTMLMapElement

    • 方法详细信息

      • getAreas

        HTMLCollection getAreas()
        为图像映射定义的区域列表。
      • getName

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

        void setName​(String name)