所有类


接口 javax.print.attribute.PrintServiceAttributeSet
的使用

使用 PrintServiceAttributeSet 的软件包
javax.print 为 JavaTM Print Service API 提供了主要类和接口。 
javax.print.attribute 提供了描述 JavaTM Print Service 属性的类型以及如何分类这些属性的类和接口。 
javax.print.event 包 javax.print.event 包含事件类和侦听器接口。 
 

javax.printPrintServiceAttributeSet 的使用
 

返回 PrintServiceAttributeSetjavax.print 中的方法
 PrintServiceAttributeSet PrintService.getAttributes()
          获得此 PrintService 的打印机描述属性集,这些属性给出了此 PrintService 的状态。
 

javax.print.attributePrintServiceAttributeSet 的使用
 

实现 PrintServiceAttributeSetjavax.print.attribute 中的类
 class HashPrintServiceAttributeSet
          类 HashPrintServiceAttributeSet 提供从类 HashAttributeSet 继承其实现的属性集,并强制执行接口 PrintServiceAttributeSet 的语义限制。
 

返回 PrintServiceAttributeSetjavax.print.attribute 中的方法
static PrintServiceAttributeSet AttributeSetUtilities.synchronizedView(PrintServiceAttributeSet attributeSet)
          创建一个给定打印服务属性集的同步视图。
static PrintServiceAttributeSet AttributeSetUtilities.unmodifiableView(PrintServiceAttributeSet attributeSet)
          创建一个给定打印服务属性集的不可修改的视图。
 

参数类型为 PrintServiceAttributeSetjavax.print.attribute 中的方法
static PrintServiceAttributeSet AttributeSetUtilities.synchronizedView(PrintServiceAttributeSet attributeSet)
          创建一个给定打印服务属性集的同步视图。
static PrintServiceAttributeSet AttributeSetUtilities.unmodifiableView(PrintServiceAttributeSet attributeSet)
          创建一个给定打印服务属性集的不可修改的视图。
 

参数类型为 PrintServiceAttributeSetjavax.print.attribute 中的构造方法
HashPrintServiceAttributeSet(PrintServiceAttributeSet attributes)
          构造一个最初使用给定集合中的值填充的新属性集,其中该属性集的成员限于 PrintServiceAttribute 接口。
 

javax.print.eventPrintServiceAttributeSet 的使用
 

返回 PrintServiceAttributeSetjavax.print.event 中的方法
 PrintServiceAttributeSet PrintServiceAttributeEvent.getAttributes()
          确定已经更改的打印服务属性及其新值。
 

参数类型为 PrintServiceAttributeSetjavax.print.event 中的构造方法
PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes)
          构造一个 PrintServiceAttributeEvent 对象。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部