java.awt

Interface Transparency

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int BITMASK
      Represents image data that is guaranteed to be either completely opaque, with an alpha value of 1.0, or completely transparent, with an alpha value of 0.0.
      static int OPAQUE
      Represents image data that is guaranteed to be completely opaque, meaning that all pixels have an alpha value of 1.0.
      static int TRANSLUCENT
      Represents image data that contains or might contain arbitrary alpha values between and including 0.0 and 1.0.

        

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getTransparency()
      Returns the type of this Transparency.

        

    • Field Detail

      • OPAQUE

        static final int OPAQUE
        Represents image data that is guaranteed to be completely opaque, meaning that all pixels have an alpha value of 1.0.
        See Also:
        Constant Field Values
      • BITMASK

        static final int BITMASK
        Represents image data that is guaranteed to be either completely opaque, with an alpha value of 1.0, or completely transparent, with an alpha value of 0.0.
        See Also:
        Constant Field Values
      • TRANSLUCENT

        static final int TRANSLUCENT
        Represents image data that contains or might contain arbitrary alpha values between and including 0.0 and 1.0.
        See Also:
        Constant Field Values
    • Method Detail

      • getTransparency

        int getTransparency()
        Returns the type of this Transparency.
        Returns:
        the field type of this Transparency, which is either OPAQUE, BITMASK or TRANSLUCENT.

Traduction non disponible

Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.

Document créé le 29/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/awt/transparency.html

L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.

Références

  1. Consulter le document html Langue du document :fr Manuel PHP : https://docs.oracle.com, Transparency

Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.

Table des matières Haut