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