Uses of Interface
javax.print.attribute.DocAttributeSet
Packages that use DocAttributeSet
包
描述
Provides the principal classes and interfaces for the Java Print
Service API.
Provides classes and interfaces that describe the types of Java Print
Service attributes and how they can be collected into attribute sets.
-
Uses of DocAttributeSet in javax.print
Methods in javax.print that return DocAttributeSet修饰符和类方法描述Doc.getAttributes()Obtains the set of printing attributes for this doc object.SimpleDoc.getAttributes()Obtains the set of printing attributes for this doc object.Constructors in javax.print with parameters of type DocAttributeSetModifierConstructor描述SimpleDoc(Object printData, DocFlavor flavor, DocAttributeSet attributes) Constructs aSimpleDocwith the specified print data, doc flavor and doc attribute set. -
Uses of DocAttributeSet in javax.print.attribute
Classes in javax.print.attribute that implement DocAttributeSet修饰符和类Class描述classClassHashDocAttributeSetprovides an attribute set which inherits its implementation from classHashAttributeSetand enforces the semantic restrictions of interfaceDocAttributeSet.Methods in javax.print.attribute that return DocAttributeSet修饰符和类方法描述static DocAttributeSetAttributeSetUtilities.synchronizedView(DocAttributeSet attributeSet) Creates a synchronized view of the given doc attribute set.static DocAttributeSetAttributeSetUtilities.unmodifiableView(DocAttributeSet attributeSet) Creates an unmodifiable view of the given doc attribute set.Methods in javax.print.attribute with parameters of type DocAttributeSet修饰符和类方法描述static DocAttributeSetAttributeSetUtilities.synchronizedView(DocAttributeSet attributeSet) Creates a synchronized view of the given doc attribute set.static DocAttributeSetAttributeSetUtilities.unmodifiableView(DocAttributeSet attributeSet) Creates an unmodifiable view of the given doc attribute set.Constructors in javax.print.attribute with parameters of type DocAttributeSetModifierConstructor描述HashDocAttributeSet(DocAttributeSet attributes) Construct a new attribute set, initially populated with the values from the given set where the members of the attribute set are restricted to theDocAttributeinterface.