Uses of Interface
javax.print.attribute.PrintJobAttributeSet
Packages that use PrintJobAttributeSet
包
描述
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.
Package
javax.print.event
contains event classes and listener
interfaces.-
Uses of PrintJobAttributeSet in javax.print
Methods in javax.print that return PrintJobAttributeSetMethods in javax.print with parameters of type PrintJobAttributeSet修饰符和类方法描述void
DocPrintJob.addPrintJobAttributeListener
(PrintJobAttributeListener listener, PrintJobAttributeSet attributes) Registers a listener for changes in the specified attributes. -
Uses of PrintJobAttributeSet in javax.print.attribute
Classes in javax.print.attribute that implement PrintJobAttributeSet修饰符和类Class描述class
ClassHashPrintJobAttributeSet
provides an attribute set which inherits its implementation from classHashAttributeSet
and enforces the semantic restrictions of interfacePrintJobAttributeSet
.Methods in javax.print.attribute that return PrintJobAttributeSet修饰符和类方法描述static PrintJobAttributeSet
AttributeSetUtilities.synchronizedView
(PrintJobAttributeSet attributeSet) Creates a synchronized view of the given print job attribute set.static PrintJobAttributeSet
AttributeSetUtilities.unmodifiableView
(PrintJobAttributeSet attributeSet) Creates an unmodifiable view of the given print job attribute set.Methods in javax.print.attribute with parameters of type PrintJobAttributeSet修饰符和类方法描述static PrintJobAttributeSet
AttributeSetUtilities.synchronizedView
(PrintJobAttributeSet attributeSet) Creates a synchronized view of the given print job attribute set.static PrintJobAttributeSet
AttributeSetUtilities.unmodifiableView
(PrintJobAttributeSet attributeSet) Creates an unmodifiable view of the given print job attribute set.Constructors in javax.print.attribute with parameters of type PrintJobAttributeSetModifierConstructor描述HashPrintJobAttributeSet
(PrintJobAttributeSet 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 thePrintJobAttribute
interface. -
Uses of PrintJobAttributeSet in javax.print.event
Methods in javax.print.event that return PrintJobAttributeSet修饰符和类方法描述PrintJobAttributeEvent.getAttributes()
Determine the printing attributes that changed and their new values.Constructors in javax.print.event with parameters of type PrintJobAttributeSetModifierConstructor描述PrintJobAttributeEvent
(DocPrintJob source, PrintJobAttributeSet attributes) Constructs aPrintJobAttributeEvent
object.