jdk/src/java.desktop/share/classes/java/awt/print/Paper.java
changeset 26749 b6598aa90114
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
26748:fba66a2e8961 26749:b6598aa90114
    66      */
    66      */
    67     private double mWidth;
    67     private double mWidth;
    68 
    68 
    69     /**
    69     /**
    70      * The area of the page on which drawing will
    70      * The area of the page on which drawing will
    71      * be visable. The area outside of this
    71      * be visible. The area outside of this
    72      * rectangle but on the Page generally
    72      * rectangle but on the Page generally
    73      * reflects the printer's hardware margins.
    73      * reflects the printer's hardware margins.
    74      * The origin of the physical page is
    74      * The origin of the physical page is
    75      * at (0, 0) with this rectangle provided
    75      * at (0, 0) with this rectangle provided
    76      * in that coordinate system.
    76      * in that coordinate system.