MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / getShapeAttribute

Method getShapeAttribute

src/main/java/org/htmlunit/html/HtmlArea.java:111–113  ·  view source on GitHub ↗

Returns the value of the attribute shape. Refer to the HTML 4.01 documentation for details on the use of this attribute. @return the value of the attribute shape or an empty string if that attribute isn't defined

()

Source from the content-addressed store, hash-verified

109 * @return the value of the attribute {@code shape} or an empty string if that attribute isn't defined
110 */
111 public final String getShapeAttribute() {
112 return getAttributeDirect("shape");
113 }
114
115 /**
116 * Returns the value of the attribute {@code coords}. Refer to the

Callers 2

containsPointMethod · 0.95
isEmptyMethod · 0.95

Calls 1

getAttributeDirectMethod · 0.80

Tested by

no test coverage detected