| Class | Description |
|---|---|
| JobSettings | The JobSettings class encapsulates most of the configuration of a print job. |
| PageLayout | A PageLayout encapsulates the information needed to lay out content. |
| PageRange | A PageRange is used to select or constrain the job print stream pages to print. |
| Paper | A class which encapsulates the size of paper media as used by printers. |
| PaperSource | A PaperSource is the input tray to be used for the Paper. |
| Printer | A Printer instance represents the destination for a print job. |
| PrinterAttributes | This class encapsulates the attributes of a printer which relate to its job printing capabilities and other attributes. |
| PrinterJob | PrinterJob is the starting place for JavaFX scenegraph printing. |
| PrintResolution | Class to represent a supported device resolution of a printer in the feed and crossfeed directionsin dots-per-inch (DPI). |
| Enum | Description |
|---|---|
| Collation | Collation specifes whether or not media sheets of each copy of a printed document in a job are to be in sequence. |
| PageOrientation | Specifies the orientation of the media sheet for printed pages. |
| PrintColor | Class which describes whether printing should be monochrome or color. |
| Printer.MarginType | The MarginType is used to determine the printable area of a PageLayout. |
| PrinterJob.JobStatus | An enum class used in reporting status of a print job. |
| PrintQuality | Class to decribe printing quality setting. |
| PrintSides | Class to enumerate the possible duplex (two-sided) printing modes. |
Package javafx.print Description
Provides the public classes for the JavaFX Printing API.
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.