Get window opacity value. @return opacity value in range [0.0, 1.0]
()
| 296 | * @return opacity value in range [0.0, 1.0] |
| 297 | */ |
| 298 | public abstract float getOpacity(); |
| 299 | |
| 300 | /** |
| 301 | * <p>Get window screen, where currently this window is located.</p> |
nothing calls this directly
no outgoing calls
no test coverage detected