jdk/src/share/classes/javax/print/attribute/standard/Chromaticity.java
changeset 22260 c9185e010e03
parent 19166 e6cd1eb44237
equal deleted inserted replaced
22259:8e5afc67dca8 22260:c9185e010e03
     1 
       
     2 /*
     1 /*
     3  * 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.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     4  *
     6  * 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
     7  * 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
     8  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    40  * can be verified to support color printing.
    39  * can be verified to support color printing.
    41  * <P>
    40  * <P>
    42  * The table below shows the effects of specifying a Chromaticity attribute of
    41  * The table below shows the effects of specifying a Chromaticity attribute of
    43  * {@link #MONOCHROME MONOCHROME} or {@link #COLOR COLOR}
    42  * {@link #MONOCHROME MONOCHROME} or {@link #COLOR COLOR}
    44  * for a monochrome or color document.
    43  * for a monochrome or color document.
    45  * <P>
    44  *
    46  * <TABLE BORDER=1 CELLPADDING=2 CELLSPACING=1 SUMMARY="Shows effects of specifying MONOCHROME or COLOR Chromaticity attributes">
    45  * <TABLE BORDER=1 CELLPADDING=2 CELLSPACING=1 SUMMARY="Shows effects of specifying MONOCHROME or COLOR Chromaticity attributes">
    47  * <TR>
    46  * <TR>
    48  * <TH>
    47  * <TH>
    49  * Chromaticity<BR>Attribute
    48  * Chromaticity<BR>Attribute
    50  * </TH>
    49  * </TH>
    77  * Printed as is, in color
    76  * Printed as is, in color
    78  * </TD>
    77  * </TD>
    79  * </TR>
    78  * </TR>
    80  * </TABLE>
    79  * </TABLE>
    81  * <P>
    80  * <P>
    82  * <P>
       
    83  * <B>IPP Compatibility:</B> Chromaticity is not an IPP attribute at present.
    81  * <B>IPP Compatibility:</B> Chromaticity is not an IPP attribute at present.
    84  * <P>
       
    85  *
    82  *
    86  * @author  Alan Kaminsky
    83  * @author  Alan Kaminsky
    87  */
    84  */
    88 public final class Chromaticity extends EnumSyntax
    85 public final class Chromaticity extends EnumSyntax
    89     implements DocAttribute, PrintRequestAttribute, PrintJobAttribute {
    86     implements DocAttribute, PrintRequestAttribute, PrintJobAttribute {