Interface TransparencyRequestable


public interface TransparencyRequestable
A TransparencyRequestable can be asked if it is transparent.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    boolean
     
  • Method Details

    • isOpaque

      default boolean isOpaque()
      Returns:
      true if the current TransparencyRequestable is opaque, false otherwise.
    • isTransparent

      boolean isTransparent()
      Returns:
      true if the current TransparencyRequestable is transparent, false otherwise.