|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object javax.print.attribute.HashAttributeSet javax.print.attribute.HashPrintJobAttributeSet
public class HashPrintJobAttributeSet
类 HashPrintJobAttributeSet 提供从类 HashAttributeSet
继承其实现的属性集,并强制执行接口 PrintJobAttributeSet
的语义限制。
构造方法摘要 | |
---|---|
HashPrintJobAttributeSet()
构造一个新的空哈希打印作业属性集。 |
|
HashPrintJobAttributeSet(PrintJobAttribute attribute)
构造一个最初使用给定值填充的新哈希打印作业属性集。 |
|
HashPrintJobAttributeSet(PrintJobAttribute[] attributes)
构造一个最初使用给定数组中的值填充的新哈希打印作业属性集。 |
|
HashPrintJobAttributeSet(PrintJobAttributeSet attributes)
构造一个最初使用给定集合中的值填充的新属性集,其中该属性集的成员限于 PrintJobAttribute 接口。 |
方法摘要 |
---|
从类 javax.print.attribute.HashAttributeSet 继承的方法 |
---|
add, addAll, clear, containsKey, containsValue, equals, get, hashCode, isEmpty, remove, remove, size, toArray |
从类 java.lang.Object 继承的方法 |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
从接口 javax.print.attribute.PrintJobAttributeSet 继承的方法 |
---|
add, addAll |
从接口 javax.print.attribute.AttributeSet 继承的方法 |
---|
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, remove, remove, size, toArray |
构造方法详细信息 |
---|
public HashPrintJobAttributeSet()
public HashPrintJobAttributeSet(PrintJobAttribute attribute)
attribute
- 要添加到此集合的属性值。
NullPointerException
- (未经检查的异常)如果 attribute
为 null,则抛出该异常。public HashPrintJobAttributeSet(PrintJobAttribute[] attributes)
attributes
数组中的元素从索引 0 开始按顺序添加到该集合来填充新的属性集。因此,如果该数组包含重复的属性值或属性类别,则后面的数组元素可以替换前面的数组元素。
attributes
- 要添加到该集合的属性值的数组。如果为 null,则构造一个空属性集。
NullPointerException
- (未经检查的异常)如果 attributes
的任何元素为 null,则抛出该异常。public HashPrintJobAttributeSet(PrintJobAttributeSet attributes)
PrintJobAttribute
接口。
attributes
- 要初始化该集合的属性值的集合。如果为 null,则构造一个空属性集。
ClassCastException
- (未经检查的异常)如果 attributes
的元素不是 PrintJobAttribute
的一个实例,则抛出该异常。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。