Schnittstelle TransparencyRequestable


public interface TransparencyRequestable
A TransparencyRequestable can be asked if it is transparent.
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    default boolean
     
    boolean
     
  • Methodendetails

    • isOpaque

      default boolean isOpaque()
      Gibt zurück:
      true if the current TransparencyRequestable is opaque, false otherwise.
    • isTransparent

      boolean isTransparent()
      Gibt zurück:
      true if the current TransparencyRequestable is transparent, false otherwise.