Searched defs:Chromaticity (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DChromaticity.java35 * Class Chromaticity is a printing attribute class, an enumeration, that
42 * The table below shows the effects of specifying a Chromaticity attribute of
46 * <TABLE BORDER=1 CELLPADDING=2 CELLSPACING=1 SUMMARY="Shows effects of specifying MONOCHROME or COLOR Chromaticity attributes">
49 * Chromaticity<BR>Attribute
83 * <B>IPP Compatibility:</B> Chromaticity is not an IPP attribute at present.
88 public final class Chromaticity extends EnumSyntax class in inherits:EnumSyntax,DocAttribute,PrintRequestAttribute,PrintJobAttribute
96 public static final Chromaticity MONOCHROME = new Chromaticity(0);
101 public static final Chromaticity COLOR = new Chromaticity(
110 protected Chromaticity(int value) { method in class:Chromaticity
[all...]

Completed in 29 milliseconds