Uses of Interface
javax.print.attribute.PrintServiceAttributeSet
-
Packages that use PrintServiceAttributeSet 软件包 描述 javax.print 提供Java™打印服务API的主要类和接口。javax.print.attribute 提供描述Java™打印服务属性类型的类和接口,以及如何将它们收集到属性集中。javax.print.event 包javax.print.event包含事件类和侦听器接口。 -
-
Uses of PrintServiceAttributeSet in javax.print
Methods in javax.print that return PrintServiceAttributeSet 变量和类型 方法 描述 PrintServiceAttributeSetPrintService. getAttributes()获取此打印服务的一组打印机描述属性,以提供此打印服务的状态。 -
Uses of PrintServiceAttributeSet in javax.print.attribute
Classes in javax.print.attribute that implement PrintServiceAttributeSet 变量和类型 类 描述 classHashPrintServiceAttributeSet类HashPrintServiceAttributeSet提供了一个属性集,它继承了类HashAttributeSet的实现,并强制实现接口PrintServiceAttributeSet的语义限制。Methods in javax.print.attribute that return PrintServiceAttributeSet 变量和类型 方法 描述 static PrintServiceAttributeSetAttributeSetUtilities. synchronizedView(PrintServiceAttributeSet attributeSet)创建给定打印服务属性集的同步视图。static PrintServiceAttributeSetAttributeSetUtilities. unmodifiableView(PrintServiceAttributeSet attributeSet)创建给定打印服务属性集的不可修改视图。Methods in javax.print.attribute with parameters of type PrintServiceAttributeSet 变量和类型 方法 描述 static PrintServiceAttributeSetAttributeSetUtilities. synchronizedView(PrintServiceAttributeSet attributeSet)创建给定打印服务属性集的同步视图。static PrintServiceAttributeSetAttributeSetUtilities. unmodifiableView(PrintServiceAttributeSet attributeSet)创建给定打印服务属性集的不可修改视图。Constructors in javax.print.attribute with parameters of type PrintServiceAttributeSet 构造器 描述 HashPrintServiceAttributeSet(PrintServiceAttributeSet attributes)构造一个新的属性集,最初使用给定集合中的值填充,其中属性集的成员仅限于PrintServiceAttribute接口。 -
Uses of PrintServiceAttributeSet in javax.print.event
Methods in javax.print.event that return PrintServiceAttributeSet 变量和类型 方法 描述 PrintServiceAttributeSetPrintServiceAttributeEvent. getAttributes()确定已更改的打印服务属性及其新值。Constructors in javax.print.event with parameters of type PrintServiceAttributeSet 构造器 描述 PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes)构造一个PrintServiceAttributeEvent对象。
-