JavaTM Platform
Standard Ed. 6

javax.print.attribute.standard
类 ColorSupported

java.lang.Object
  继承者 javax.print.attribute.EnumSyntax
      继承者 javax.print.attribute.standard.ColorSupported
所有已实现的接口:
Serializable, Cloneable, Attribute, PrintServiceAttribute

public final class ColorSupported
extends EnumSyntax
implements PrintServiceAttribute

ColorSupported 类是打印属性类,它是一个枚举值,标识了设备是否能够支持任何类型的彩色打印,包括高亮颜色和全处理颜色 (full process color)。处理颜色的所有文档指令均嵌入打印数据中(均不是附加到打印数据外作业的属性)。

注:终端用户可以通过查询 PrinterMoreInfoManufacturer 属性确定颜色支持的特性和细节。

不要混淆 ColorSupported 属性与 Chromaticity 属性。Chromaticity 是客户机可以为作业指定的属性,用于通知打印机以单色还是彩色打印某文档,这可能会导致打印机以单色打印彩色文档。ColorSupported 是打印机描述属性,它通知打印机是否能够以彩色打印,而不管客户机如何指定打印任何特殊文档。

IPP Compatibility: 对于 SUPPORTED,IPP 布尔值为 "true",对于 NOT_SUPPORTED,IPP 布尔值为 "false"。getName() 所返回的类别名称为 IPP 属性名称。枚举的整数值为 IPP 枚举值。toString() 方法返回属性值的 IPP 字符串表示形式。

另请参见:
序列化表格

字段摘要
static ColorSupported NOT_SUPPORTED
          该打印机不能进行任何类型的彩色打印。
static ColorSupported SUPPORTED
          该打印机能够进行某些类型的彩色打印,例如高亮颜色或全处理颜色。
 
构造方法摘要
protected ColorSupported(int value)
          构造具有给定整数值的支持新颜色的枚举值。
 
方法摘要
 Class<? extends Attribute> getCategory()
          获取将被用作此打印属性值的“类别”的打印属性类。
protected  EnumSyntax[] getEnumValueTable()
          返回 ColorSupported 类的枚举值表。
 String getName()
          获取类别名称,这里此属性值是该类别的实例。
protected  String[] getStringTable()
          返回 ColorSupported 类的字符串表。
 
从类 javax.print.attribute.EnumSyntax 继承的方法
clone, getOffset, getValue, hashCode, readResolve, toString
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

NOT_SUPPORTED

public static final ColorSupported NOT_SUPPORTED
该打印机不能进行任何类型的彩色打印。


SUPPORTED

public static final ColorSupported SUPPORTED
该打印机能够进行某些类型的彩色打印,例如高亮颜色或全处理颜色。

构造方法详细信息

ColorSupported

protected ColorSupported(int value)
构造具有给定整数值的支持新颜色的枚举值。

参数:
value - 整数值。
方法详细信息

getStringTable

protected String[] getStringTable()
返回 ColorSupported 类的字符串表。

覆盖:
EnumSyntax 中的 getStringTable
返回:
字符串表

getEnumValueTable

protected EnumSyntax[] getEnumValueTable()
返回 ColorSupported 类的枚举值表。

覆盖:
EnumSyntax 中的 getEnumValueTable
返回:
值表

getCategory

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

对于 ColorSupported 类,类别为 ColorSupported 类本身。

指定者:
接口 Attribute 中的 getCategory
返回:
打印属性类(类别),它是 java.lang.Class 类的实例。

getName

public final String getName()
获取类别名称,这里此属性值是该类别的实例。

对于 ColorSupported 类,类别名称为 "color-supported"

指定者:
接口 Attribute 中的 getName
返回:
属性类别名称。

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策