Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setName
Method
setName
core/src/processing/core/PShape.java:383–385 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
381
382
383
public
void
setName(String name) {
384
this.name = name;
385
}
386
387
388
public
String getName() {
Callers
1
createShape
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected