API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute. PrintJobAttributeSet View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 AttributeSet
      PrintJobAttributeSet
Subinterfaces
Description
public interface PrintJobAttributeSet
  Interface PrintJobAttributeSet specifies the interface for a set of print job attributes, i.e.
See also:   
Methods
Hide/Show inherited methods
public boolean add (Attribute attribute) [Specified in AttributeSet]
  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).
public boolean addAll (AttributeSet attributes) [Specified in AttributeSet]
  Adds all of the elements in the specified set to this attribute.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar