Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ getWidth
Method
getWidth
src/main/java/jace/core/Video.java:101–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
public
int
getWidth() {
102
return
width;
103
}
104
105
public
void
setHeight(
int
h) {
106
height = h;
Callers
7
getScreenshot
Method · 0.45
Joystick
Method · 0.45
processMouseEvent
Method · 0.45
updateMouseState
Method · 0.45
processMemoryViewUpdates
Method · 0.45
redrawMemoryView
Method · 0.45
setZoom
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected