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 Modifier and Type 方法 描述 PrintServiceAttributeSet
PrintService. getAttributes()
获取此打印服务的一组打印机描述属性,以提供此打印服务的状态。 -
Uses of PrintServiceAttributeSet in javax.print.attribute
Classes in javax.print.attribute that implement PrintServiceAttributeSet Modifier and Type Class 描述 class
HashPrintServiceAttributeSet
HashPrintServiceAttributeSet类提供一个属性集,它从HashAttributeSet
类继承其实现,并强制实现接口PrintServiceAttributeSet
的语义限制。Methods in javax.print.attribute that return PrintServiceAttributeSet Modifier and Type 方法 描述 static PrintServiceAttributeSet
AttributeSetUtilities. synchronizedView(PrintServiceAttributeSet attributeSet)
创建给定打印服务属性集的同步视图。static PrintServiceAttributeSet
AttributeSetUtilities. unmodifiableView(PrintServiceAttributeSet attributeSet)
创建给定打印服务属性集的不可修改的视图。Methods in javax.print.attribute with parameters of type PrintServiceAttributeSet Modifier and Type 方法 描述 static PrintServiceAttributeSet
AttributeSetUtilities. synchronizedView(PrintServiceAttributeSet attributeSet)
创建给定打印服务属性集的同步视图。static PrintServiceAttributeSet
AttributeSetUtilities. unmodifiableView(PrintServiceAttributeSet attributeSet)
创建给定打印服务属性集的不可修改的视图。Constructors in javax.print.attribute with parameters of type PrintServiceAttributeSet Constructor 描述 HashPrintServiceAttributeSet(PrintServiceAttributeSet attributes)
构造一个新的属性集,最初使用给定集合中的值进行填充,其中属性集的成员被限制为PrintServiceAttribute
接口。 -
Uses of PrintServiceAttributeSet in javax.print.event
Methods in javax.print.event that return PrintServiceAttributeSet Modifier and Type 方法 描述 PrintServiceAttributeSet
PrintServiceAttributeEvent. getAttributes()
确定更改的打印服务属性及其新值。Constructors in javax.print.event with parameters of type PrintServiceAttributeSet Constructor 描述 PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes)
构造一个PrintServiceAttributeEvent对象。
-