Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ setX
Method
setX
src/org/albite/albite/ImageButton.java:81–83 ·
view source on GitHub ↗
(final int x)
Source
from the content-addressed store, hash-verified
79
}
80
81
public
final
void
setX(
final
int
x) {
82
this.x = x;
83
}
84
85
public
final
void
setY(
final
int
y) {
86
this.y = y;
Callers
1
loadButtons
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected