Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ getOpacity
Method
getOpacity
linux/java/WindowX11.java:147–150 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
@Override
148
public
float getOpacity(){
149
throw
new
UnsupportedOperationException(
"impl me!"
);
150
}
151
152
@Override
153
public
Screen getScreen() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected