Uses of Interface javax.print.attribute.AttributeSet

Uses in package javax.print

Methods with parameter type javax.print.attribute.AttributeSet

MultiDocPrintService[]
Not to be called directly by applications.
PrintService[]
Not to be called directly by applications.
Object
PrintService.getSupportedAttributeValues(Attribute> category, DocFlavor flavor, AttributeSet attributes)
Determines and returns all supported attribute values of a given attribute category a client can use when setting up a print job for this print service.
AttributeSet
Identifies all the unsupported attributes of the given set of attributes in the context of the specified document flavor.
boolean
Determines if a given attribute value is supported when creating a print job for this print service.
MultiDocPrintService[]
Searches print services capable of multi document printing in all of the given document flavors and supporting the specified printing attributes.
PrintService[]
Searches print services capable of printing in the given document flavor which supports the specified printing attributes.

Methods with return type javax.print.attribute.AttributeSet

AttributeSet
Identifies all the unsupported attributes of the given set of attributes in the context of the specified document flavor.

Uses in package javax.print.attribute

Classes implementing javax.print.attribute.AttributeSet

class
HashAttributeSet provides an implementation of AttributeSet.
class
HashDocAttributeSet provides an implementation of DocAttributeSet.
class
HashPrintJobAttributeSet provides an implementation of PrintJobAttributeSet.
class
HashPrintRequestAttributeSet provides an implementation of PrintRequestAttributeSet.
class
HashPrintServiceAttributeSet provides an implementation of PrintServiceAttributeSet.

Constructors with parameter type javax.print.attribute.AttributeSet

Creates a HashAttributeSet object with attributes of the given attributes set in it.
HashAttributeSet.HashAttributeSet(AttributeSet attributes, Class interfaceName)
Creates a HashAttributeSet object with attributes of the given attributes set in it.

Methods with parameter type javax.print.attribute.AttributeSet

boolean
Adds all of the elements in the specified set to this attribute set.
boolean
Adds all of the elements in the specified set to this attribute set.
boolean
Adds all of the elements in the specified set to this attribute set.
boolean
Adds all of the elements in the specified set to this attribute set.
boolean
Adds all of the elements in the specified set to this attribute set.
boolean
Adds all of the elements in the specified set to this attribute set.
AttributeSet
Returns a synchronized view of the given attribute set.
AttributeSet
Returns an unmodifiable view of the given attribute set.

Methods with return type javax.print.attribute.AttributeSet

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