Uses of Interface
javax.print.attribute.PrintJobAttributeSet
-
Packages that use PrintJobAttributeSet 软件包 描述 javax.print 提供Java™打印服务API的主要类和接口。javax.print.attribute 提供描述Java™打印服务属性类型的类和接口,以及如何将它们收集到属性集中。javax.print.event 包javax.print.event
包含事件类和侦听器接口。 -
-
Uses of PrintJobAttributeSet in javax.print
Methods in javax.print that return PrintJobAttributeSet 变量和类型 方法 描述 PrintJobAttributeSet
DocPrintJob. getAttributes()
获取此打印作业的打印属性集。Methods in javax.print with parameters of type PrintJobAttributeSet 变量和类型 方法 描述 void
DocPrintJob. addPrintJobAttributeListener(PrintJobAttributeListener listener, PrintJobAttributeSet attributes)
注册侦听器以更改指定的属性。 -
Uses of PrintJobAttributeSet in javax.print.attribute
Classes in javax.print.attribute that implement PrintJobAttributeSet 变量和类型 类 描述 class
HashPrintJobAttributeSet
类HashPrintJobAttributeSet
提供了一个属性集,它继承了类HashAttributeSet
的实现,并强制实施接口PrintJobAttributeSet
的语义限制。Methods in javax.print.attribute that return PrintJobAttributeSet 变量和类型 方法 描述 static PrintJobAttributeSet
AttributeSetUtilities. synchronizedView(PrintJobAttributeSet attributeSet)
创建给定打印作业属性集的同步视图。static PrintJobAttributeSet
AttributeSetUtilities. unmodifiableView(PrintJobAttributeSet attributeSet)
创建给定打印作业属性集的不可修改视图。Methods in javax.print.attribute with parameters of type PrintJobAttributeSet 变量和类型 方法 描述 static PrintJobAttributeSet
AttributeSetUtilities. synchronizedView(PrintJobAttributeSet attributeSet)
创建给定打印作业属性集的同步视图。static PrintJobAttributeSet
AttributeSetUtilities. unmodifiableView(PrintJobAttributeSet attributeSet)
创建给定打印作业属性集的不可修改视图。Constructors in javax.print.attribute with parameters of type PrintJobAttributeSet 构造器 描述 HashPrintJobAttributeSet(PrintJobAttributeSet attributes)
构造一个新的属性集,最初使用给定集合中的值填充,其中属性集的成员仅限于PrintJobAttribute
接口。 -
Uses of PrintJobAttributeSet in javax.print.event
Methods in javax.print.event that return PrintJobAttributeSet 变量和类型 方法 描述 PrintJobAttributeSet
PrintJobAttributeEvent. getAttributes()
确定更改的打印属性及其新值。Constructors in javax.print.event with parameters of type PrintJobAttributeSet 构造器 描述 PrintJobAttributeEvent(DocPrintJob source, PrintJobAttributeSet attributes)
Constructs aPrintJobAttributeEvent
object.
-