Interface TransparencyRequestable
public interface TransparencyRequestable
A
TransparencyRequestable can be asked if it is transparent.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
isOpaque
default boolean isOpaque()- Returns:
- true if the current
TransparencyRequestableis opaque, false otherwise.
-
isTransparent
boolean isTransparent()- Returns:
- true if the current
TransparencyRequestableis transparent, false otherwise.
-