Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ setClip
Method
setClip
src/main/java/javax/microedition/lcdui/Graphics.java:135–137 ·
view source on GitHub ↗
(int x, int y, int width, int height)
Source
from the content-addressed store, hash-verified
133
}
134
135
public
void
setClip(
int
x,
int
y,
int
width,
int
height) {
136
implementationError();
137
}
138
139
public
void
setColor(
int
RGB) {
140
implementationError();
Callers
9
paintDisplayable
Method · 0.95
drawImage
Method · 0.45
paint
Method · 0.45
setAbsClip
Method · 0.45
drawInfoPanel
Method · 0.45
drawMainPanel
Method · 0.45
drawImage
Method · 0.45
drawItem
Method · 0.45
paint
Method · 0.45
Calls
1
implementationError
Method · 0.95
Tested by
no test coverage detected