|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
javax.print.attribute.standard
类 Chromaticity
java.lang.Object javax.print.attribute.EnumSyntax javax.print.attribute.standard.Chromaticity
- 所有已实现的接口:
- Serializable, Cloneable, Attribute, DocAttribute, PrintJobAttribute, PrintRequestAttribute
-
public final class Chromaticity
- extends EnumSyntax
- implements DocAttribute, PrintRequestAttribute, PrintJobAttribute
类 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 |
字段详细信息 |
---|
MONOCHROME
public static final Chromaticity MONOCHROME
-
单色打印。
COLOR
public static final Chromaticity COLOR
-
彩色打印。
构造方法详细信息 |
---|
Chromaticity
protected Chromaticity(int value)
-
构造具有给定整数值的新色度枚举值。
- 参数:
-
value
- 整数值。
方法详细信息 |
---|
getStringTable
protected String[] getStringTable()
- 返回 Chromaticity 类的字符串表。
-
- 覆盖:
-
类
EnumSyntax
中的getStringTable
-
- 返回:
- 字符串表
getEnumValueTable
protected EnumSyntax[] getEnumValueTable()
- 返回 Chromaticity 类的枚举值表。
-
- 覆盖:
-
类
EnumSyntax
中的getEnumValueTable
-
- 返回:
- 值表
getCategory
public final Class<? extends Attribute> getCategory()
-
获取将被用作此打印属性值的“类别”的打印属性类。
对于 Chromaticity 类,类别是 Chromaticity 类本身。
-
- 指定者:
-
接口
Attribute
中的getCategory
-
- 返回:
-
打印属性类(类别),它是
java.lang.Class
类的实例。
getName
public final String getName()
-
获取类别名称,这里此属性值是该类别的实例。
对于 Chromaticity 类,类别名称为
"chromaticity"
。 -
- 返回:
- 属性类别名称。
所有类
|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |