Schnittstelle TransparencyRequestable
public interface TransparencyRequestable
A
TransparencyRequestable
can be asked if it is transparent.- Version:
- 2022-07-15
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
isOpaque
default boolean isOpaque()- Gibt zurück:
- true if the current
TransparencyRequestable
is opaque.
-
isTransparent
boolean isTransparent()- Gibt zurück:
- true if the current
TransparencyRequestable
is transparent.
-