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

Method fillRect

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

Source from the content-addressed store, hash-verified

81 }
82
83 public void fillRect(int x, int y, int width, int height) {
84 implementationError();
85 }
86
87 public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) {
88 implementationError();

Callers 15

drawItemMethod · 0.45
drawItemMethod · 0.45
paintMethod · 0.45
drawTrafficMethod · 0.45
drawCursorMethod · 0.45
drawItemMethod · 0.45
paintMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
paintCustomMethod · 0.45
drawItemMethod · 0.45
drawItemMethod · 0.45

Calls 1

implementationErrorMethod · 0.95

Tested by

no test coverage detected