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
()
| 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 |
no test coverage detected