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

Method setInt

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

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

(String name, int value)

Source from the content-addressed store, hash-verified

776 * @brief Sets the content of an attribute as an int
777 */
778 public void setInt(String name, int value) {
779 setString(name, String.valueOf(value));
780 }
781
782
783 /**

Callers

nothing calls this directly

Calls 1

setStringMethod · 0.95

Tested by

no test coverage detected