--- old/src/java.desktop/share/classes/javax/print/attribute/standard/Chromaticity.java 2017-09-03 00:46:49.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/print/attribute/standard/Chromaticity.java 2017-09-03 00:46:49.000000000 -0700 @@ -42,22 +42,23 @@ * The table below shows the effects of specifying a Chromaticity attribute of * {@link #MONOCHROME MONOCHROME} or {@link #COLOR COLOR} for a monochrome or * color document. + * * * * * - * * * - * - *
Shows effects of specifying {@code MONOCHROME} or {@code COLOR} * Chromaticity attributes
Chromaticity
Attribute - *
Effect on
Monochrome Document - *
Effect on
Color Document + *
Chromaticity
Attribute + *
Effect on
Monochrome Document + *
Effect on
Color Document *
{@link #MONOCHROME MONOCHROME} + * {@link #MONOCHROME MONOCHROME} * Printed as is, in monochrome * Printed in monochrome, with colors converted to shades of gray *
{@link #COLOR COLOR} + * {@link #COLOR COLOR} * Printed as is, in monochrome * Printed as is, in color *