MCPcopy 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

drawMethod · 0.95
renderPlaceholderMethod · 0.45
setItemTooltipsMethod · 0.45
drawTextMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawTextMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls 2

getWidthMethod · 0.65
getHeightMethod · 0.65

Tested by

no test coverage detected