Uses of Interface
javax.print.attribute.AttributeSet
-
Packages that use AttributeSet 软件包 描述 javax.print 提供Java™打印服务API的主要类和接口。javax.print.attribute 提供描述Java™打印服务属性类型的类和接口,以及如何将它们收集到属性集中。 -
-
Uses of AttributeSet in javax.print
Methods in javax.print that return AttributeSet 变量和类型 方法 描述 AttributeSetPrintService. getUnsupportedAttributes(DocFlavor flavor, AttributeSet attributes)标识特定DocFlavor上下文中不支持打印请求的属性。Methods in javax.print with parameters of type AttributeSet 变量和类型 方法 描述 abstract MultiDocPrintService[]PrintServiceLookup. getMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes)不是由应用程序直接调用。abstract PrintService[]PrintServiceLookup. getPrintServices(DocFlavor flavor, AttributeSet attributes)找到可以肯定确认的服务,以支持指定的属性和DocFlavors的组合。ObjectPrintService. getSupportedAttributeValues(类<? extends Attribute> category, DocFlavor flavor, AttributeSet attributes)确定在为此打印服务设置作业时客户端可以在给定类别中指定的打印属性值。AttributeSetPrintService. getUnsupportedAttributes(DocFlavor flavor, AttributeSet attributes)标识特定DocFlavor上下文中不支持打印请求的属性。booleanPrintService. isAttributeValueSupported(Attribute attrval, DocFlavor flavor, AttributeSet attributes)确定客户端在为此PrintService设置作业时是否可以指定给定的打印属性值。static MultiDocPrintService[]PrintServiceLookup. lookupMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes)MultiDoc打印服务能够打印MultiDocs包含所有指定的docMultiDocs。static PrintService[]PrintServiceLookup. lookupPrintServices(DocFlavor flavor, AttributeSet attributes)找到能够打印指定的DocFlavor的打印服务。 -
Uses of AttributeSet in javax.print.attribute
Subinterfaces of AttributeSet in javax.print.attribute 变量和类型 接口 描述 interfaceDocAttributeSet接口DocAttributeSet指定一组doc属性的接口,即实现接口DocAttribute的打印属性。interfacePrintJobAttributeSet接口PrintJobAttributeSet指定一组打印作业属性的接口,即实现接口PrintJobAttribute的打印属性。interfacePrintRequestAttributeSet接口PrintRequestAttributeSet指定一组打印请求属性的接口,即实现接口PrintRequestAttribute的打印属性。interfacePrintServiceAttributeSet接口PrintServiceAttributeSet指定一组打印作业属性的接口,即实现接口PrintServiceAttribute的打印属性。Classes in javax.print.attribute that implement AttributeSet 变量和类型 类 描述 classHashAttributeSet类HashAttributeSet提供了具有哈希映射特征的AttributeSet实现。classHashDocAttributeSet类HashDocAttributeSet提供了一个属性集,它继承了类HashAttributeSet的实现,并强制实现接口DocAttributeSet的语义限制。classHashPrintJobAttributeSet类HashPrintJobAttributeSet提供了一个属性集,它继承了类HashAttributeSet的实现,并强制实现接口PrintJobAttributeSet的语义限制。classHashPrintRequestAttributeSet类HashPrintRequestAttributeSet从类继承其实现HashAttributeSet和强制执行接口的语义限制PrintRequestAttributeSet。classHashPrintServiceAttributeSet类HashPrintServiceAttributeSet提供了一个属性集,它继承了类HashAttributeSet的实现,并强制实现接口PrintServiceAttributeSet的语义限制。Methods in javax.print.attribute that return AttributeSet 变量和类型 方法 描述 static AttributeSetAttributeSetUtilities. synchronizedView(AttributeSet attributeSet)创建给定属性集的同步视图。static AttributeSetAttributeSetUtilities. unmodifiableView(AttributeSet attributeSet)创建给定属性集的不可修改视图。Methods in javax.print.attribute with parameters of type AttributeSet 变量和类型 方法 描述 booleanAttributeSet. addAll(AttributeSet attributes)将指定集中的所有元素添加到此属性。booleanDocAttributeSet. addAll(AttributeSet attributes)将指定集中的所有元素添加到此属性。booleanHashAttributeSet. addAll(AttributeSet attributes)将指定集中的所有元素添加到此属性。booleanPrintJobAttributeSet. addAll(AttributeSet attributes)将指定集中的所有元素添加到此属性。booleanPrintRequestAttributeSet. addAll(AttributeSet attributes)将指定集中的所有元素添加到此属性。booleanPrintServiceAttributeSet. addAll(AttributeSet attributes)将指定集中的所有元素添加到此属性。static AttributeSetAttributeSetUtilities. synchronizedView(AttributeSet attributeSet)创建给定属性集的同步视图。static AttributeSetAttributeSetUtilities. unmodifiableView(AttributeSet attributeSet)创建给定属性集的不可修改视图。Constructors in javax.print.attribute with parameters of type AttributeSet 构造器 描述 HashAttributeSet(AttributeSet attributes)构造一个新的属性集,最初使用给定集合中的值填充。HashAttributeSet(AttributeSet attributes, 类<?> interfaceName)Construct a new attribute set, initially populated with the values from the given set where the members of the attribute set are restricted to the given interface.
-