Uses of Class
java.awt.JobAttributes.DestinationType
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of JobAttributes.DestinationType in java.awt
Modifier and TypeFieldDescriptionJobAttributes.DestinationType.FILE
TheDestinationType
instance to use for specifying print to file.JobAttributes.DestinationType.PRINTER
TheDestinationType
instance to use for specifying print to printer.Modifier and TypeMethodDescriptionJobAttributes.getDestination()
Specifies whether output will be to a printer or a file for jobs using these attributes.Modifier and TypeMethodDescriptionvoid
JobAttributes.setDestination(JobAttributes.DestinationType destination)
Specifies whether output will be to a printer or a file for jobs using these attributes.ModifierConstructorDescriptionJobAttributes(int copies, JobAttributes.DefaultSelectionType defaultSelection, JobAttributes.DestinationType destination, JobAttributes.DialogType dialog, String fileName, int maxPage, int minPage, JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling, int[][] pageRanges, String printer, JobAttributes.SidesType sides)
Constructs aJobAttributes
instance with the specified values for every attribute.