Example usage for Java java.awt JobAttributes fields, constructors, methods, implement or subclass
The text is from its open source code.
JobAttributes() Constructs a JobAttributes instance with default values for every attribute. |
void | setDestination(DestinationType destination) Specifies whether output will be to a printer or a file for jobs using these attributes. |
void | setFileName(String fileName) Specifies the file name for the output file for jobs using these attributes. |