Example usage for Java javax.print.attribute HashPrintServiceAttributeSet fields, constructors, methods, implement or subclass
The text is from its open source code.
HashPrintServiceAttributeSet() Construct a new, empty hash print service attribute set. | |
HashPrintServiceAttributeSet(PrintServiceAttribute attribute) Construct a new hash print service attribute set, initially populated with the given value. | |
HashPrintServiceAttributeSet(PrintServiceAttribute[] attributes) Construct a new print service attribute set, initially populated with the values from the given array. | |
HashPrintServiceAttributeSet(PrintServiceAttributeSet 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 PrintServiceAttribute interface. |