Uses of Interface
javax.print.attribute.PrintServiceAttributeSet
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 PrintServiceAttributeSet in javax.print
Modifier and TypeMethodDescriptionPrintService.getAttributes()
Obtains this print service's set of printer description attributes giving this Print Service's status. -
Uses of PrintServiceAttributeSet in javax.print.attribute
Modifier and TypeClassDescriptionclass
ClassHashPrintServiceAttributeSet
provides an attribute set which inherits its implementation from classHashAttributeSet
and enforces the semantic restrictions of interfacePrintServiceAttributeSet
.Modifier and TypeMethodDescriptionstatic PrintServiceAttributeSet
AttributeSetUtilities.synchronizedView
(PrintServiceAttributeSet attributeSet) Creates a synchronized view of the given print service attribute set.static PrintServiceAttributeSet
AttributeSetUtilities.unmodifiableView
(PrintServiceAttributeSet attributeSet) Creates an unmodifiable view of the given print service attribute set.Modifier and TypeMethodDescriptionstatic PrintServiceAttributeSet
AttributeSetUtilities.synchronizedView
(PrintServiceAttributeSet attributeSet) Creates a synchronized view of the given print service attribute set.static PrintServiceAttributeSet
AttributeSetUtilities.unmodifiableView
(PrintServiceAttributeSet attributeSet) Creates an unmodifiable view of the given print service attribute set.ModifierConstructorDescriptionHashPrintServiceAttributeSet
(PrintServiceAttributeSet 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 thePrintServiceAttribute
interface. -
Uses of PrintServiceAttributeSet in javax.print.event
Modifier and TypeMethodDescriptionPrintServiceAttributeEvent.getAttributes()
Determine the printing service attributes that changed and their new values.ModifierConstructorDescriptionPrintServiceAttributeEvent
(PrintService source, PrintServiceAttributeSet attributes) Constructs aPrintServiceAttributeEvent
object.