Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setKind
Method
setKind
core/src/processing/core/PShape.java:387–389 ·
view source on GitHub ↗
(int kind)
Source
from the content-addressed store, hash-verified
385
386
387
public
void
setKind(
int
kind) {
388
this.kind = kind;
389
}
390
391
392
public
void
setName(String name) {
Callers
5
PShape
Method · 0.95
PShapeOpenGL
Method · 0.80
setupParser
Method · 0.80
preparePredictions
Method · 0.80
convertCompletionCandidate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected