Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ drawGroup
Method
drawGroup
core/src/processing/core/PShape.java:1678–1682 ·
view source on GitHub ↗
(PGraphics g)
Source
from the content-addressed store, hash-verified
1676
1677
1678
protected
void
drawGroup(PGraphics g) {
1679
for
(
int
i = 0; i < childCount; i++) {
1680
children[i].draw(g);
1681
}
1682
}
1683
1684
1685
protected
void
drawPrimitive(PGraphics g) {
Callers
1
drawImpl
Method · 0.95
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected