MCPcopy Create free account
hub / github.com/HumbleUI/JWM / setOpacity

Method setOpacity

windows/java/WindowWin32.java:104–109  ·  view source on GitHub ↗
(float opacity)

Source from the content-addressed store, hash-verified

102 }
103
104 @Override
105 public Window setOpacity(float opacity) {
106 assert _onUIThread() : "Should be run on UI thread";
107 _nSetOpacity(opacity);
108 return this;
109 }
110
111 @Override
112 public float getOpacity() {

Callers

nothing calls this directly

Calls 2

_nSetOpacityMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected