Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ paint
Method
paint
src/main/java/ui/Gradient.java:66–72 ·
view source on GitHub ↗
(Graphics g)
Source
from the content-addressed store, hash-verified
64
}
65
66
public
void
paint(Graphics g) {
67
if
(vertical) {
68
paintV(g);
69
}
else
{
70
paintH(g);
71
}
72
}
73
74
private
void
paintV(Graphics g) {
75
for
(
int
i2 = x1; i2 <= x2 - 1; i2++) {
Callers
1
drawItem
Method · 0.95
Calls
2
paintV
Method · 0.95
paintH
Method · 0.95
Tested by
no test coverage detected