jdk/src/share/classes/sun/awt/SunHints.java
changeset 12813 c10ab96dcf41
parent 5506 202f599c92aa
child 16734 da1901d79073
equal deleted inserted replaced
12491:b3a91113026c 12813:c10ab96dcf41
    24  */
    24  */
    25 
    25 
    26 package sun.awt;
    26 package sun.awt;
    27 
    27 
    28 import java.awt.RenderingHints;
    28 import java.awt.RenderingHints;
       
    29 import javax.tools.annotation.GenerateNativeHeader;
    29 
    30 
    30 /**
    31 /**
    31  * This class contains rendering hints that can be used by the
    32  * This class contains rendering hints that can be used by the
    32  * {@link java.awt.Graphics2D} class, and classes that implement
    33  * {@link java.awt.Graphics2D} class, and classes that implement
    33  * {@link java.awt.image.BufferedImageOp} and
    34  * {@link java.awt.image.BufferedImageOp} and
    34  * {@link java.awt.image.Raster}.
    35  * {@link java.awt.image.Raster}.
    35  */
    36  */
       
    37 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    38 @GenerateNativeHeader
    36 public class SunHints {
    39 public class SunHints {
    37     /**
    40     /**
    38      * Defines the type of all keys used to control various
    41      * Defines the type of all keys used to control various
    39      * aspects of the rendering and imaging pipelines.  Instances
    42      * aspects of the rendering and imaging pipelines.  Instances
    40      * of this class are immutable and unique which means that
    43      * of this class are immutable and unique which means that