All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.HTMLMapElement Maven / Gradle / Ivy

The newest version!
package def.dom;
public class HTMLMapElement extends HTMLElement {
    /**
      * Retrieves a collection of the area objects defined for the given map object.
      */
    public HTMLAreasCollection areas;
    /**
      * Sets or retrieves the name of the object.
      */
    public java.lang.String name;
    public static HTMLMapElement prototype;
    public HTMLMapElement(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy