jdk/src/share/classes/java/awt/Transparency.java
changeset 12813 c10ab96dcf41
parent 5506 202f599c92aa
child 16734 da1901d79073
equal deleted inserted replaced
12491:b3a91113026c 12813:c10ab96dcf41
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package java.awt;
    26 package java.awt;
    27 
    27 
       
    28 import javax.tools.annotation.GenerateNativeHeader;
       
    29 
    28 /**
    30 /**
    29  * The <code>Transparency</code> interface defines the common transparency
    31  * The <code>Transparency</code> interface defines the common transparency
    30  * modes for implementing classes.
    32  * modes for implementing classes.
    31  */
    33  */
       
    34 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    35 @GenerateNativeHeader
    32 public interface Transparency {
    36 public interface Transparency {
    33 
    37 
    34     /**
    38     /**
    35      * Represents image data that is guaranteed to be completely opaque,
    39      * Represents image data that is guaranteed to be completely opaque,
    36      * meaning that all pixels have an alpha value of 1.0.
    40      * meaning that all pixels have an alpha value of 1.0.