Uses of Interface
javax.print.attribute.DocAttributeSet
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.
-
Uses of DocAttributeSet in javax.print
Modifier and TypeMethodDescriptionDoc.getAttributes()
Obtains the set of printing attributes for this doc object.SimpleDoc.getAttributes()
Obtains the set of printing attributes for this doc object.ModifierConstructorDescriptionSimpleDoc
(Object printData, DocFlavor flavor, DocAttributeSet attributes) Constructs aSimpleDoc
with the specified print data, doc flavor and doc attribute set. -
Uses of DocAttributeSet in javax.print.attribute
Modifier and TypeClassDescriptionclass
ClassHashDocAttributeSet
provides an attribute set which inherits its implementation from classHashAttributeSet
and enforces the semantic restrictions of interfaceDocAttributeSet
.Modifier and TypeMethodDescriptionstatic DocAttributeSet
AttributeSetUtilities.synchronizedView
(DocAttributeSet attributeSet) Creates a synchronized view of the given doc attribute set.static DocAttributeSet
AttributeSetUtilities.unmodifiableView
(DocAttributeSet attributeSet) Creates an unmodifiable view of the given doc attribute set.Modifier and TypeMethodDescriptionstatic DocAttributeSet
AttributeSetUtilities.synchronizedView
(DocAttributeSet attributeSet) Creates a synchronized view of the given doc attribute set.static DocAttributeSet
AttributeSetUtilities.unmodifiableView
(DocAttributeSet attributeSet) Creates an unmodifiable view of the given doc attribute set.ModifierConstructorDescriptionHashDocAttributeSet
(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 theDocAttribute
interface.