jdk/src/share/classes/java/awt/print/PageFormat.java
changeset 12813 c10ab96dcf41
parent 5506 202f599c92aa
child 16734 da1901d79073
equal deleted inserted replaced
12491:b3a91113026c 12813:c10ab96dcf41
    27 
    27 
    28 import java.awt.geom.AffineTransform;
    28 import java.awt.geom.AffineTransform;
    29 import java.awt.geom.Point2D;
    29 import java.awt.geom.Point2D;
    30 import java.awt.geom.Rectangle2D;
    30 import java.awt.geom.Rectangle2D;
    31 
    31 
       
    32 import javax.tools.annotation.GenerateNativeHeader;
       
    33 
    32 /**
    34 /**
    33  * The <code>PageFormat</code> class describes the size and
    35  * The <code>PageFormat</code> class describes the size and
    34  * orientation of a page to be printed.
    36  * orientation of a page to be printed.
    35  */
    37  */
       
    38 /* No native methods here, but the constants are needed in the supporting JNI code */
       
    39 @GenerateNativeHeader
    36 public class PageFormat implements Cloneable
    40 public class PageFormat implements Cloneable
    37 {
    41 {
    38 
    42 
    39  /* Class Constants */
    43  /* Class Constants */
    40 
    44