jdk/src/share/classes/javax/print/attribute/standard/Copies.java
changeset 22260 c9185e010e03
parent 5506 202f599c92aa
equal deleted inserted replaced
22259:8e5afc67dca8 22260:c9185e010e03
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    42  * of the {@link MultipleDocumentHandling MultipleDocumentHandling} attribute:
    42  * of the {@link MultipleDocumentHandling MultipleDocumentHandling} attribute:
    43  * <UL>
    43  * <UL>
    44  * <LI>
    44  * <LI>
    45  * SINGLE_DOCUMENT -- The result will be <I>n</I> copies of a single output
    45  * SINGLE_DOCUMENT -- The result will be <I>n</I> copies of a single output
    46  * document comprising all the input docs.
    46  * document comprising all the input docs.
    47  * <P>
    47  *
    48  * <LI>
    48  * <LI>
    49  * SINGLE_DOCUMENT_NEW_SHEET -- The result will be <I>n</I> copies of a single
    49  * SINGLE_DOCUMENT_NEW_SHEET -- The result will be <I>n</I> copies of a single
    50  * output document comprising all the input docs, and the first impression of
    50  * output document comprising all the input docs, and the first impression of
    51  * each input doc will always start on a new media sheet.
    51  * each input doc will always start on a new media sheet.
    52  * <P>
    52  *
    53  * <LI>
    53  * <LI>
    54  * SEPARATE_DOCUMENTS_UNCOLLATED_COPIES -- The result will be <I>n</I> copies of
    54  * SEPARATE_DOCUMENTS_UNCOLLATED_COPIES -- The result will be <I>n</I> copies of
    55  * the first input document, followed by <I>n</I> copies of the second input
    55  * the first input document, followed by <I>n</I> copies of the second input
    56  * document, . . . followed by <I>n</I> copies of the last input document.
    56  * document, . . . followed by <I>n</I> copies of the last input document.
    57  * <P>
    57  *
    58  * <LI>
    58  * <LI>
    59  * SEPARATE_DOCUMENTS_COLLATED_COPIES -- The result will be the first input
    59  * SEPARATE_DOCUMENTS_COLLATED_COPIES -- The result will be the first input
    60  * document, the second input document, . . . the last input document, the group
    60  * document, the second input document, . . . the last input document, the group
    61  * of documents being repeated <I>n</I> times.
    61  * of documents being repeated <I>n</I> times.
    62  * </UL>
    62  * </UL>
    63  * <P>
    63  * <P>
    64  * <B>IPP Compatibility:</B> The integer value gives the IPP integer value. The
    64  * <B>IPP Compatibility:</B> The integer value gives the IPP integer value. The
    65  * category name returned by <CODE>getName()</CODE> gives the IPP attribute
    65  * category name returned by <CODE>getName()</CODE> gives the IPP attribute
    66  * name.
    66  * name.
    67  * <P>
       
    68  *
    67  *
    69  * @author  David Mendenhall
    68  * @author  David Mendenhall
    70  * @author  Alan Kamihensky
    69  * @author  Alan Kamihensky
    71  */
    70  */
    72 public final class Copies extends IntegerSyntax
    71 public final class Copies extends IntegerSyntax