Uses of Interface
javax.print.attribute.PrintJobAttributeSet
Package
Description
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
Modifier and TypeMethodDescriptionDocPrintJob.getAttributes()
Obtains this Print Job's set of printing attributes.Modifier and TypeMethodDescriptionvoid
DocPrintJob.addPrintJobAttributeListener
(PrintJobAttributeListener listener, PrintJobAttributeSet attributes) Registers a listener for changes in the specified attributes. -
Uses of PrintJobAttributeSet in javax.print.attribute
Modifier and TypeClassDescriptionclass
ClassHashPrintJobAttributeSet
provides an attribute set which inherits its implementation from classHashAttributeSet
and enforces the semantic restrictions of interfacePrintJobAttributeSet
.Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionHashPrintJobAttributeSet
(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
Modifier and TypeMethodDescriptionPrintJobAttributeEvent.getAttributes()
Determine the printing attributes that changed and their new values.ModifierConstructorDescriptionPrintJobAttributeEvent
(DocPrintJob source, PrintJobAttributeSet attributes) Constructs aPrintJobAttributeEvent
object.