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

Method clipRect

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

Source from the content-addressed store, hash-verified

53 private int translateY = 0;
54
55 public void clipRect(int x, int y, int width, int height) {
56 implementationError();
57 }
58
59 public void drawImage(Image img, int x, int y, int anchor) {
60 implementationError();

Callers 5

drawImageMethod · 0.45
drawItemMethod · 0.45
paintMethod · 0.45
drawItemMethod · 0.45
drawImageMethod · 0.45

Calls 1

implementationErrorMethod · 0.95

Tested by

no test coverage detected