|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.print.attribute.EnumSyntax javax.print.attribute.standard.Chromaticity
public final class Chromaticity
Chromaticity 类是打印属性类,它是一个枚举值,指定单色打印或彩色打印。打印客户机使用此类来指定应如何生成或处理打印数据。它不能描述设备的颜色性能。查询设备的 ColorSupported
属性可以确定该设备是否支持彩色打印。
下表显示了指定单色或彩色文档的
或 MONOCHROME
的 Chromaticity 属性的效果。
COLOR
Chromaticity 属性 |
Monochrome Document 上的效果 |
Color Document 上的效果 |
---|---|---|
|
照原样打印,单色 | 单色打印,将彩色转换为灰色阴影 |
|
照原样打印,单色 | 照原样打印,彩色 |
IPP Compatibility: Chromaticity 目前不是 IPP 属性。
字段摘要 | |
---|---|
static Chromaticity |
COLOR
彩色打印。 |
static Chromaticity |
MONOCHROME
单色打印。 |
构造方法摘要 | |
---|---|
protected |
Chromaticity(int value)
构造具有给定整数值的新色度枚举值。 |
方法摘要 | |
---|---|
Class<? extends Attribute> |
getCategory()
获取将被用作此打印属性值的“类别”的打印属性类。 |
protected EnumSyntax[] |
getEnumValueTable()
返回 Chromaticity 类的枚举值表。 |
String |
getName()
获取类别名称,这里此属性值是该类别的实例。 |
protected String[] |
getStringTable()
返回 Chromaticity 类的字符串表。 |
从类 javax.print.attribute.EnumSyntax 继承的方法 |
---|
clone, getOffset, getValue, hashCode, readResolve, toString |
从类 java.lang.Object 继承的方法 |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
public static final Chromaticity MONOCHROME
public static final Chromaticity COLOR
构造方法详细信息 |
---|
protected Chromaticity(int value)
value
- 整数值。方法详细信息 |
---|
protected String[] getStringTable()
EnumSyntax
中的 getStringTable
protected EnumSyntax[] getEnumValueTable()
EnumSyntax
中的 getEnumValueTable
public final Class<? extends Attribute> getCategory()
对于 Chromaticity 类,类别是 Chromaticity 类本身。
Attribute
中的 getCategory
java.lang.Class
类的实例。public final String getName()
对于 Chromaticity 类,类别名称为 "chromaticity"
。
Attribute
中的 getName
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。