Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ setHeight
Method
setHeight
src/main/java/jace/core/Video.java:105–107 ·
view source on GitHub ↗
(int h)
Source
from the content-addressed store, hash-verified
103
}
104
105
public
void
setHeight(
int
h) {
106
height = h;
107
}
108
109
public
int
getHeight() {
110
return
height;
Callers
2
scaleIntegerRatio
Method · 0.80
redrawMemoryView
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected