Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ is2D
Method
is2D
core/src/processing/opengl/PGraphics2D.java:45–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
44
45
@Override
46
public
boolean is2D() {
47
return
true;
48
}
49
50
51
@Override
Callers
15
hint
Method · 0.45
rawPolys
Method · 0.45
rawSortedPolys
Method · 0.45
rawLines
Method · 0.45
rawPoints
Method · 0.45
shape
Method · 0.45
setTextureImpl
Method · 0.45
scaleTextureUV
Method · 0.45
setFillImpl
Method · 0.45
setTintImpl
Method · 0.45
setStrokeImpl
Method · 0.45
setStrokeWeightImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected