Uses of Interface javax.print.attribute.Attribute

Uses in package javax.print.attribute.standard

Classes implementing javax.print.attribute.Attribute

class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class

Uses in package javax.print.attribute

Constructors with parameter type javax.print.attribute.Attribute

Creates a HashAttributeSet object with the given attribute in it.
HashAttributeSet.HashAttributeSet(Attribute attribute, Class interfaceName)
Creates an empty HashAttributeSet object.
Creates a HashAttributeSet object with the given attributes in it.
HashAttributeSet.HashAttributeSet(Attribute[] attributes, Class interfaceName)
Creates an empty HashAttributeSet object.

Methods with parameter type javax.print.attribute.Attribute

boolean
Adds the specified attribute value to this attribute set if it is not already present.
boolean
Adds the specified attribute value to this attribute set if it is not already present.
boolean
Adds the given attribute to the set.
boolean
Adds the specified attribute value to this attribute set if it is not already present.
boolean
Adds the specified attribute value to this attribute set if it is not already present.
boolean
Adds the specified attribute value to this attribute set if it is not already present.
boolean
boolean
Checks if this attribute set contains an entry with the given attribute.
boolean
boolean
Removes the entry with the given attribute in it.
void
Verifies that the category of attribute is equals to category.

Methods with return type javax.print.attribute.Attribute

Attribute
Attribute
Returns the attribute value that is connected to the given attribute category.
Attribute[]
Attribute[]
Returns the content of the attribute set as an array
Attribute
Verifies that the given object is an attribute of the given interface.

Uses in package javax.print

Methods with parameter type javax.print.attribute.Attribute

boolean
Determines a given attribute value is supported when creating a print job for this print service.

Methods with return type javax.print.attribute.Attribute

Attribute[]
Returns the unsupported values of printing attributes for a print service that does not support them.