Uses of Interface javax.print.attribute.AttributeSet

Uses in package gnu.javax.print

Methods with parameter type javax.print.attribute.AttributeSet

boolean
Checks the given print service - own method so it can be used also to check application registered print services from PrintServiceLookup.
boolean
Checks the given print service - own method so it can be used also to check application registered print services from PrintServiceLookup.
MultiDocPrintService[]
All printers and printer classes of the CUPS server are checked.
PrintService[]
All printers and printer classes of the CUPS server are checked.
AttributeSet
Overridden as CUPS does not implement Validate-Job correctly.

Methods with return type javax.print.attribute.AttributeSet

AttributeSet
Overridden as CUPS does not implement Validate-Job correctly.

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.

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 gnu.javax.print.ipp

Methods with parameter type javax.print.attribute.AttributeSet

void
Filters from the given attribute set the job operation out and adds them to the operation attributes set.
void
Filters from the given attribute set the job template attributes out and adds them to the job attributes set.
Object
IppPrintService.getSupportedAttributeValues(Attribute> category, DocFlavor flavor, AttributeSet attributes)
Implemented by a GetPrinterAttributes request.
AttributeSet
This is done by a validate-job operation and actually implemented in this generic IPP reference implementation.
boolean

Methods with return type javax.print.attribute.AttributeSet

AttributeSet
This is done by a validate-job operation and actually implemented in this generic IPP reference implementation.