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

Method drawLine

src/main/java/javax/microedition/lcdui/Graphics.java:63–65  ·  view source on GitHub ↗
(int x1, int y1, int x2, int y2)

Source from the content-addressed store, hash-verified

61 }
62
63 public void drawLine(int x1, int y1, int x2, int y2) {
64 implementationError();
65 }
66
67 public void drawRect(int x, int y, int width, int height) {
68 implementationError();

Callers 12

paintVMethod · 0.45
paintHMethod · 0.45
paintWidthMethod · 0.45
drawEnvelopMethod · 0.45
drawTrafficMethod · 0.45
drawItemMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawItemMethod · 0.45
drawItemMethod · 0.45
paintMethod · 0.45
paintContentMethod · 0.45

Calls 1

implementationErrorMethod · 0.95

Tested by

no test coverage detected