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 Modifier and Type 方法 描述 AttributeSetPrintService. getUnsupportedAttributes(DocFlavor flavor, AttributeSet attributes)在特定DocFlavor的上下文中标识不支持打印请求的属性。Methods in javax.print with parameters of type AttributeSet Modifier and Type 方法 描述 abstract MultiDocPrintService[]PrintServiceLookup. getMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes)不被应用程序直接调用abstract PrintService[]PrintServiceLookup. getPrintServices(DocFlavor flavor, AttributeSet attributes)找到可以肯定确认的服务,以支持指定的属性和DocFlavors的组合。ObjectPrintService. getSupportedAttributeValues(Class<? extends Attribute> category, DocFlavor flavor, AttributeSet attributes)确定为此打印服务设置作业时客户端可以在给定类别中指定的打印属性值。AttributeSetPrintService. getUnsupportedAttributes(DocFlavor flavor, AttributeSet attributes)在特定DocFlavor的上下文中标识不支持打印请求的属性。booleanPrintService. isAttributeValueSupported(Attribute attrval, DocFlavor flavor, AttributeSet attributes)确定在为此打印服务设置作业时,客户端是否可以指定给定的打印属性值。static MultiDocPrintService[]PrintServiceLookup. lookupMultiDocPrintServices(DocFlavor[] flavors, AttributeSet attributes)找到能够打印包含所有指定文档风格的MultiDoc的MultiDoc打印服务。static PrintService[]PrintServiceLookup. lookupPrintServices(DocFlavor flavor, AttributeSet attributes)找到能打印指定的打印服务DocFlavor。 -
Uses of AttributeSet in javax.print.attribute
Subinterfaces of AttributeSet in javax.print.attribute Modifier and Type 接口 描述 interfaceDocAttributeSet接口DocAttributeSet指定一组doc属性的接口,即打印实现接口DocAttribute的属性。interfacePrintJobAttributeSet界面PrintJobAttributeSet指定一组打印作业属性的接口,即打印实现PrintJobAttribute接口的属性 。interfacePrintRequestAttributeSetInterface PrintRequestAttributeSet指定一组打印请求属性的接口,即打印实现接口PrintRequestAttribute的属性。interfacePrintServiceAttributeSet接口PrintServiceAttributeSet指定一组打印作业属性的接口,即打印实现接口PrintServiceAttribute的属性。Classes in javax.print.attribute that implement AttributeSet Modifier and Type Class 描述 classHashAttributeSetHashAttributeSet类提供了具有哈希映射特征的AttributeSet实现。classHashDocAttributeSetHashDocAttributeSet类提供了一个从HashAttributeSet类继承其实现的属性集,并强制实现了接口DocAttributeSet的语义限制。classHashPrintJobAttributeSetHashPrintJobAttributeSet类提供了一个从HashAttributeSet类继承其实现的属性集,并强制实现接口PrintJobAttributeSet的语义限制。classHashPrintRequestAttributeSetHashPrintRequestAttributeSet类从HashAttributeSet类继承其实现,并强制接口PrintRequestAttributeSet的语义限制。classHashPrintServiceAttributeSetHashPrintServiceAttributeSet类提供了一个属性集,它从HashAttributeSet类继承其实现,并强制实现接口PrintServiceAttributeSet的语义限制。Methods in javax.print.attribute that return AttributeSet Modifier and Type 方法 描述 static AttributeSetAttributeSetUtilities. synchronizedView(AttributeSet attributeSet)创建给定属性集的同步视图。static AttributeSetAttributeSetUtilities. unmodifiableView(AttributeSet attributeSet)创建给定属性集的不可修改的视图。Methods in javax.print.attribute with parameters of type AttributeSet Modifier and Type 方法 描述 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 Constructor 描述 HashAttributeSet(AttributeSet attributes)构造新的属性集,最初用给定集合中的值填充。HashAttributeSet(AttributeSet attributes, Class<?> 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.
-