Sets window opacity [0.0, 1.0]. If the opacity is outside the range, it will be clamped to 0.0 to 1.0. @param opacity 0f for fully transparent, 1f for fully opaque @return this
(float opacity)
| 288 | * @return this |
| 289 | */ |
| 290 | @NotNull @Contract("-> this") |
| 291 | public abstract Window setOpacity(float opacity); |
| 292 | |
| 293 | /** |
| 294 | * <p>Get window opacity value.</p> |
nothing calls this directly
no outgoing calls
no test coverage detected