jdk/src/share/classes/javax/print/attribute/standard/MediaTray.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 22260 c9185e010e03
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    53      * The top input tray in the printer.
    53      * The top input tray in the printer.
    54      */
    54      */
    55     public static final MediaTray TOP = new MediaTray(0);
    55     public static final MediaTray TOP = new MediaTray(0);
    56 
    56 
    57     /**
    57     /**
    58      * The middle input tray in the printe.
    58      * The middle input tray in the printer.
    59      */
    59      */
    60     public static final MediaTray MIDDLE = new MediaTray(1);
    60     public static final MediaTray MIDDLE = new MediaTray(1);
    61 
    61 
    62     /**
    62     /**
    63      * The bottom input tray in the printer.
    63      * The bottom input tray in the printer.