Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ startClip
Method
startClip
forge-gui-mobile/src/forge/toolbox/FScrollPane.java:353–355 ·
view source on GitHub ↗
(Graphics g)
Source
from the content-addressed store, hash-verified
351
}
352
353
protected
void
startClip(Graphics g) {
354
g.startClip(0, 0, getWidth(), getHeight());
355
}
356
357
@Override
358
public
void
draw(Graphics g) {
Callers
11
draw
Method · 0.95
renderPlaceholder
Method · 0.45
setItemTooltips
Method · 0.45
drawText
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
drawText
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
Calls
2
getWidth
Method · 0.65
getHeight
Method · 0.65
Tested by
no test coverage detected