MCPcopy Index your code
hub / github.com/benfry/processing4 / getIntContent

Method getIntContent

core/src/processing/data/XML.java:952–954  ·  view source on GitHub ↗

Returns the content of an element as an int . If there is no such content, either null or the provided default value is returned. @webref xml:method @webBrief Gets the content of an element as an int @return the content. @see XML#getContent() @see XML#getFloatContent()

()

Source from the content-addressed store, hash-verified

950 * @see XML#getFloatContent()
951 */
952 public int getIntContent() {
953 return getIntContent(0);
954 }
955
956
957 /**

Callers

nothing calls this directly

Calls 1

parseIntMethod · 0.95

Tested by

no test coverage detected