Java javax.print.attribute PrintRequestAttributeSet fields, constructors, methods, implement or subclass

Example usage for Java javax.print.attribute PrintRequestAttributeSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.print.attribute PrintRequestAttributeSet.

The text is from its open source code.

Method

booleanadd(Attribute attribute)
Adds the specified attribute value to this attribute set if it is not already present, first removing any existing value in the same attribute category as the specified attribute value (optional operation).
booleancontainsKey(Class category)
Returns true if this attribute set contains an attribute for the specified category.
booleancontainsValue(Attribute attribute)
Returns true if this attribute set contains the given attribute value.
Attributeget(Class category)
Returns the attribute value which this attribute set contains in the given attribute category.
Attribute[]toArray()
Returns an array of the attributes contained in this set.