MCPcopy Index your code
hub / github.com/processing/processing / getIntContent

Method getIntContent

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

@webref xml:method @brief 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

902 * @see XML#getFloatContent()
903 */
904 public int getIntContent() {
905 return getIntContent(0);
906 }
907
908
909 /**

Callers

nothing calls this directly

Calls 1

parseIntMethod · 0.95

Tested by

no test coverage detected