< prev index next >

src/java.desktop/share/classes/javax/print/attribute/standard/Chromaticity.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 2013, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 40,50 **** * <P> * 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. * ! * <TABLE BORDER=1 CELLPADDING=2 CELLSPACING=1 SUMMARY="Shows effects of specifying MONOCHROME or COLOR Chromaticity attributes"> * <TR> * <TH> * Chromaticity<BR>Attribute * </TH> * <TH> --- 40,53 ---- * <P> * 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. * ! * <table class="striped"> ! * <caption>Shows effects of specifying MONOCHROME or COLOR Chromaticity ! * attributes</caption> ! * <thead> * <TR> * <TH> * Chromaticity<BR>Attribute * </TH> * <TH>
*** 52,61 **** --- 55,66 ---- * </TH> * <TH> * Effect on<BR>Color Document * </TH> * </TR> + * </thead> + * <tbody> * <TR> * <TD> * {@link #MONOCHROME MONOCHROME} * </TD> * <TD>
*** 74,83 **** --- 79,89 ---- * </TD> * <TD> * Printed as is, in color * </TD> * </TR> + * </tbody> * </TABLE> * <P> * <B>IPP Compatibility:</B> Chromaticity is not an IPP attribute at present. * * @author Alan Kaminsky
< prev index next >