Uses of Class
javax.print.attribute.HashAttributeSet
-
Packages that use HashAttributeSet 软件包 描述 javax.print.attribute 提供描述Java™打印服务属性类型的类和接口,以及如何将它们收集到属性集中。 -
-
Uses of HashAttributeSet in javax.print.attribute
Subclasses of HashAttributeSet in javax.print.attribute 变量和类型 类 描述 classHashDocAttributeSet类HashDocAttributeSet提供了一个属性集,它继承了类HashAttributeSet的实现,并强制实现接口DocAttributeSet的语义限制。classHashPrintJobAttributeSet类HashPrintJobAttributeSet提供了一个属性集,它继承了类HashAttributeSet的实现,并强制实现接口PrintJobAttributeSet的语义限制。classHashPrintRequestAttributeSet类HashPrintRequestAttributeSet从类继承其实现HashAttributeSet和强制执行接口的语义限制PrintRequestAttributeSet。classHashPrintServiceAttributeSet类HashPrintServiceAttributeSet提供了一个属性集,它继承了类HashAttributeSet的实现,并强制实现接口PrintServiceAttributeSet的语义限制。
-