Liking cljdoc? Tell your friends :D

javax.print.attribute.HashPrintRequestAttributeSet

Class HashPrintRequestAttributeSet inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface PrintRequestAttributeSet.

Class HashPrintRequestAttributeSet inherits its implementation from
class HashAttributeSet and enforces the
semantic restrictions of interface
PrintRequestAttributeSet.
raw docstring

->hash-print-request-attribute-setclj

(->hash-print-request-attribute-set)
(->hash-print-request-attribute-set attribute)

Constructor.

Construct a new print request attribute set, initially populated with the given value.

attribute - Attribute value to add to the set. - javax.print.attribute.PrintRequestAttribute

throws: java.lang.NullPointerException - (unchecked exception) Thrown if attribute is null.

Constructor.

Construct a new print request attribute set,
 initially populated with the given value.

attribute - Attribute value to add to the set. - `javax.print.attribute.PrintRequestAttribute`

throws: java.lang.NullPointerException - (unchecked exception) Thrown if attribute is null.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close