Java java.awt JobAttributes fields, constructors, methods, implement or subclass

Example usage for Java java.awt JobAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt JobAttributes.

The text is from its open source code.

Constructor

JobAttributes()
Constructs a JobAttributes instance with default values for every attribute.

Method

voidsetDestination(DestinationType destination)
Specifies whether output will be to a printer or a file for jobs using these attributes.
voidsetFileName(String fileName)
Specifies the file name for the output file for jobs using these attributes.