jdk/src/share/classes/java/awt/Image.java
changeset 12813 c10ab96dcf41
parent 5506 202f599c92aa
child 16734 da1901d79073
equal deleted inserted replaced
12491:b3a91113026c 12813:c10ab96dcf41
    31 import java.awt.image.AreaAveragingScaleFilter;
    31 import java.awt.image.AreaAveragingScaleFilter;
    32 import java.awt.image.ReplicateScaleFilter;
    32 import java.awt.image.ReplicateScaleFilter;
    33 
    33 
    34 import sun.awt.image.SurfaceManager;
    34 import sun.awt.image.SurfaceManager;
    35 
    35 
       
    36 import javax.tools.annotation.GenerateNativeHeader;
       
    37 
    36 /**
    38 /**
    37  * The abstract class <code>Image</code> is the superclass of all
    39  * The abstract class <code>Image</code> is the superclass of all
    38  * classes that represent graphical images. The image must be
    40  * classes that represent graphical images. The image must be
    39  * obtained in a platform-specific manner.
    41  * obtained in a platform-specific manner.
    40  *
    42  *
    41  * @author      Sami Shaio
    43  * @author      Sami Shaio
    42  * @author      Arthur van Hoff
    44  * @author      Arthur van Hoff
    43  * @since       JDK1.0
    45  * @since       JDK1.0
    44  */
    46  */
       
    47 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    48 @GenerateNativeHeader
    45 public abstract class Image {
    49 public abstract class Image {
    46 
    50 
    47     /**
    51     /**
    48      * convenience object; we can use this single static object for
    52      * convenience object; we can use this single static object for
    49      * all images that do not create their own image caps; it holds the
    53      * all images that do not create their own image caps; it holds the