MCPcopy 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

startClipMethod · 0.95
endClipMethod · 0.80
drawMethod · 0.65

Tested by

no test coverage detected