MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / setClip

Method setClip

src/main/java/javax/microedition/lcdui/Graphics.java:135–137  ·  view source on GitHub ↗
(int x, int y, int width, int height)

Source from the content-addressed store, hash-verified

133 }
134
135 public void setClip(int x, int y, int width, int height) {
136 implementationError();
137 }
138
139 public void setColor(int RGB) {
140 implementationError();

Callers 9

paintDisplayableMethod · 0.95
drawImageMethod · 0.45
paintMethod · 0.45
setAbsClipMethod · 0.45
drawInfoPanelMethod · 0.45
drawMainPanelMethod · 0.45
drawImageMethod · 0.45
drawItemMethod · 0.45
paintMethod · 0.45

Calls 1

implementationErrorMethod · 0.95

Tested by

no test coverage detected