Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ drawGroup
Method
drawGroup
core/src/processing/core/PShape.java:1621–1625 ·
view source on GitHub ↗
(PGraphics g)
Source
from the content-addressed store, hash-verified
1619
1620
1621
protected
void
drawGroup(PGraphics g) {
1622
for
(
int
i = 0; i < childCount; i++) {
1623
children[i].draw(g);
1624
}
1625
}
1626
1627
1628
protected
void
drawPrimitive(PGraphics g) {
Callers
1
drawImpl
Method · 0.95
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected