Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setPath
Method
setPath
core/src/processing/core/PGraphics.java:742–744 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
740
741
742
public
void
setPath(String path) {
// ignore
743
this.path = path;
744
}
745
746
747
// public void setQuality(int samples) { // ignore
Callers
1
makeGraphics
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected