Uses of Interface javax.print.attribute.DocAttributeSet

Uses in package javax.print

Constructors with parameter type javax.print.attribute.DocAttributeSet

SimpleDoc.SimpleDoc(Object printData, DocFlavor flavor, DocAttributeSet attributes)
Constructs a SimpleDoc with the specified print data, doc flavor and doc attribute set.

Methods with return type javax.print.attribute.DocAttributeSet

DocAttributeSet
Returns the unmodifiable view of the attributes of this doc object.
DocAttributeSet
Returns the unmodifiable view of the attributes of this doc object.

Uses in package javax.print.attribute

Classes implementing javax.print.attribute.DocAttributeSet

class
HashDocAttributeSet provides an implementation of DocAttributeSet.

Constructors with parameter type javax.print.attribute.DocAttributeSet

Creates a HashDocAttributeSet object with the attributes of the given attributes set in it.

Methods with parameter type javax.print.attribute.DocAttributeSet

DocAttributeSet
Returns a synchronized view of the given attribute set.
DocAttributeSet
Returns an unmodifiable view of the given attribute set.

Methods with return type javax.print.attribute.DocAttributeSet

DocAttributeSet
Returns a synchronized view of the given attribute set.
DocAttributeSet
Returns an unmodifiable view of the given attribute set.