Example usage for Java javax.print.attribute HashPrintJobAttributeSet fields, constructors, methods, implement or subclass
The text is from its open source code.
HashPrintJobAttributeSet(PrintJobAttribute attribute) Construct a new hash print job attribute set, initially populated with the given value. | |
HashPrintJobAttributeSet(PrintJobAttribute[] attributes) Construct a new hash print job attribute set, initially populated with the values from the given array. | |
HashPrintJobAttributeSet(PrintJobAttributeSet attributes) Construct a new attribute set, initially populated with the values from the given set where the members of the attribute set are restricted to the PrintJobAttribute interface. |