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

Method drawRect

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

Source from the content-addressed store, hash-verified

65 }
66
67 public void drawRect(int x, int y, int width, int height) {
68 implementationError();
69 }
70
71 public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) {
72 implementationError();

Callers 9

drawItemMethod · 0.45
drawEnvelopMethod · 0.45
drawMethod · 0.45
paintCustomMethod · 0.45
drawItemMethod · 0.45
drawItemMethod · 0.45
drawItemMethod · 0.45
drawItemMethod · 0.45
paintMethod · 0.45

Calls 1

implementationErrorMethod · 0.95

Tested by

no test coverage detected