//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Client-side image map area definition. See the AREA element definition in HTML 4.0. @short Client-side image map area definition. */ public class HTMLAreaElement extends HTMLElement { protected HTMLAreaElement(Class dummy){super((Class) null);} public HTMLAreaElement() { super((Class) null); newHTMLAreaElement(); } private native void newHTMLAreaElement(); public HTMLAreaElement(HTMLAreaElement other) { super((Class) null); newHTMLAreaElement(other); } private native void newHTMLAreaElement(HTMLAreaElement other); public HTMLAreaElement(Node other) { super((Class) null); newHTMLAreaElement(other); } private native void newHTMLAreaElement(Node other); /** A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0. @short A single character access key to give access to the form control. */ public native String accessKey(); /** see accessKey @short see accessKey */ public native void setAccessKey(String arg1); /** Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0. @short Alternate text for user agents not rendering the normal content of this element. */ public native String alt(); /** see alt @short see alt */ public native void setAlt(String arg1); /** Comma-separated list of lengths, defining an active region geometry. See also shape for the shape of the region. See the coords attribute definition in HTML 4.0. @short Comma-separated list of lengths, defining an active region geometry. */ public native String coords(); /** see coords @short see coords */ public native void setCoords(String arg1); /** The URI of the linked resource. See the href attribute definition in HTML 4.0. @short The URI of the linked resource. */ public native String href(); /** see href @short see href */ public native void setHref(String arg1); /** Specifies that this area is inactive, i.e., has no associated action. See the nohref attribute definition in HTML 4.0. @short Specifies that this area is inactive, i. */ public native boolean noHref(); /** see noHref @short see noHref */ public native void setNoHref(boolean arg1); /** The shape of the active area. The coordinates are given by coords . See the shape attribute definition in HTML 4.0. @short The shape of the active area. */ public native String shape(); /** see shape @short see shape */ public native void setShape(String arg1); /** Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0. @short Index that represents the element's position in the tabbing order. */ public native long tabIndex(); /** see tabIndex @short see tabIndex */ public native void setTabIndex(long arg1); /** Frame to render the resource in. See the target attribute definition in HTML 4.0. @short Frame to render the resource in. */ public native String target(); /** see target @short see target */ public native void setTarget(String arg1); // DOM::HTMLAreaElement* HTMLAreaElement(DOM::HTMLAreaElementImpl* arg1); >>>> NOT CONVERTED }