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 Modifier and Type 方法 描述 PrintJobAttributeSet
DocPrintJob. getAttributes()
获取此打印作业的一组打印属性。Methods in javax.print with parameters of type PrintJobAttributeSet Modifier and Type 方法 描述 void
DocPrintJob. addPrintJobAttributeListener(PrintJobAttributeListener listener, PrintJobAttributeSet attributes)
注册侦听器以指定属性的更改。 -
Uses of PrintJobAttributeSet in javax.print.attribute
Classes in javax.print.attribute that implement PrintJobAttributeSet Modifier and Type Class 描述 class
HashPrintJobAttributeSet
HashPrintJobAttributeSet类提供了一个从HashAttributeSet
类继承其实现的属性集,并强制实现了接口PrintJobAttributeSet
的语义限制。Methods in javax.print.attribute that return PrintJobAttributeSet Modifier and Type 方法 描述 static PrintJobAttributeSet
AttributeSetUtilities. synchronizedView(PrintJobAttributeSet attributeSet)
创建给定打印作业属性集的同步视图。static PrintJobAttributeSet
AttributeSetUtilities. unmodifiableView(PrintJobAttributeSet attributeSet)
创建给定打印作业属性集的不可修改的视图。Methods in javax.print.attribute with parameters of type PrintJobAttributeSet Modifier and Type 方法 描述 static PrintJobAttributeSet
AttributeSetUtilities. synchronizedView(PrintJobAttributeSet attributeSet)
创建给定打印作业属性集的同步视图。static PrintJobAttributeSet
AttributeSetUtilities. unmodifiableView(PrintJobAttributeSet attributeSet)
创建给定打印作业属性集的不可修改的视图。Constructors in javax.print.attribute with parameters of type PrintJobAttributeSet Constructor 描述 HashPrintJobAttributeSet(PrintJobAttributeSet attributes)
构造一个新的属性集,最初用给定集合中的值进行填充,其中属性集的成员被限制到PrintJobAttribute
接口。 -
Uses of PrintJobAttributeSet in javax.print.event
Methods in javax.print.event that return PrintJobAttributeSet Modifier and Type 方法 描述 PrintJobAttributeSet
PrintJobAttributeEvent. getAttributes()
确定更改的打印属性及其新值。Constructors in javax.print.event with parameters of type PrintJobAttributeSet Constructor 描述 PrintJobAttributeEvent(DocPrintJob source, PrintJobAttributeSet attributes)
Constructs a PrintJobAttributeEvent object.
-