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

Method setOpacity

linux/java/WindowX11.java:141–145  ·  view source on GitHub ↗
(float opacity)

Source from the content-addressed store, hash-verified

139 }
140
141 @Override
142 public Window setOpacity(float opacity) {
143 // TODO: impl me!
144 return this;
145 }
146
147 @Override
148 public float getOpacity(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected