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

Method _nSetOpacity

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

Source from the content-addressed store, hash-verified

230 @ApiStatus.Internal public native void _nSetIcon(String iconPath);
231 @ApiStatus.Internal public native void _nSetVisible(boolean isVisible);
232 @ApiStatus.Internal public native void _nSetOpacity(float opacity);
233 @ApiStatus.Internal public native float _nGetOpacity();
234 @ApiStatus.Internal public native void _nSetMouseCursor(int cursorId);
235 @ApiStatus.Internal public native Screen _nGetScreen();

Callers 1

setOpacityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected