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

Method getInt

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

@webref xml:method @brief Gets the content of an attribute as an int

(String name)

Source from the content-addressed store, hash-verified

767 * @brief Gets the content of an attribute as an int
768 */
769 public int getInt(String name) {
770 return getInt(name, 0);
771 }
772
773
774 /**

Callers

nothing calls this directly

Calls 2

getStringMethod · 0.95
parseIntMethod · 0.80

Tested by

no test coverage detected