Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paintV
Method · 0.45
paintH
Method · 0.45
paintWidth
Method · 0.45
drawEnvelop
Method · 0.45
drawTraffic
Method · 0.45
drawItem
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
drawItem
Method · 0.45
drawItem
Method · 0.45
paint
Method · 0.45
paintContent
Method · 0.45
Calls
1
implementationError
Method · 0.95
Tested by
no test coverage detected