Module  java.desktop

Class Chromaticity

  • All Implemented Interfaces:
    SerializableCloneableAttributeDocAttributePrintJobAttributePrintRequestAttribute


    public final class Chromaticity
    extends EnumSyntax
    implements DocAttribute, PrintRequestAttribute, PrintJobAttribute
    Class Chromaticity是一个打印属性类,一个枚举,用于指定单色或彩色打印。 打印客户端使用它来指定如何生成或处理打印数据。 它不描述设备的颜色能力。 查询服务的ColorSupported属性,以确定设备是否可以通过验证来支持彩色打印。

    下表显示了为单色或彩色文档指定色彩属性MONOCHROMECOLOR的效果。

    Shows effects of specifying MONOCHROME or COLOR Chromaticity attributes Chromaticity
    Attribute Effect on
    Monochrome Document Effect on
    Color Document MONOCHROME Printed as is, in monochrome Printed in monochrome, with colors converted to shades of gray COLOR Printed as is, in monochrome Printed as is, in color

    IPP兼容性:目前色度不是IPP属性。

    另请参见:
    Serialized Form
    • 字段详细信息

      • MONOCHROME

        public static final Chromaticity MONOCHROME
        单色打印。
      • COLOR

        public static final Chromaticity COLOR
        彩色印刷。
    • 构造方法详细信息

      • Chromaticity

        protected Chromaticity​(int value)
        用给定的整数值构造一个新的色度枚举值。
        参数
        value - 整数值。
    • 方法详细信息

      • getStringTable

        protected String[] getStringTable​()
        返回类Chromaticity的字符串表。
        重写:
        getStringTableEnumSyntax
        结果
        字符串表
      • getCategory

        public final Class<? extends Attribute> getCategory​()
        获取要用作此打印属性值的“类别”的打印属性类。

        对于类色度,类别是色度本身。

        Specified by:
        getCategory在接口 Attribute
        结果
        打印属性类(category),一个java.lang.Class类的实例。
      • getName

        public final String getName​()
        获取此属性值是一个实例的类别的名称。

        对于类色度,类别名称为"chromaticity"

        Specified by:
        getName在接口 Attribute
        结果
        属性类别名称。