Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ draw
Method
draw
forge-gui-mobile/src/forge/toolbox/FScrollPane.java:357–362 ·
view source on GitHub ↗
(Graphics g)
Source
from the content-addressed store, hash-verified
355
}
356
357
@Override
358
public
void
draw(Graphics g) {
359
startClip(g);
360
super.draw(g);
361
g.endClip();
362
}
363
}
Callers
nothing calls this directly
Calls
3
startClip
Method · 0.95
endClip
Method · 0.80
draw
Method · 0.65
Tested by
no test coverage detected