--- old/src/java.desktop/share/classes/javax/print/attribute/standard/Chromaticity.java 2017-05-12 16:11:29.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/print/attribute/standard/Chromaticity.java 2017-05-12 16:11:29.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -42,7 +42,10 @@ * {@link #MONOCHROME MONOCHROME} or {@link #COLOR COLOR} * for a monochrome or color document. * - * + *
+ * + * * * * + * + * * * * + * *
Shows effects of specifying MONOCHROME or COLOR + * Chromaticity attributes
* Chromaticity
Attribute @@ -54,6 +57,8 @@ * Effect on
Color Document *
* {@link #MONOCHROME MONOCHROME} @@ -76,6 +81,7 @@ * Printed as is, in color *
*

* IPP Compatibility: Chromaticity is not an IPP attribute at present.