Uses of Class
javafx.print.PrinterJob
Package
Description
Provides the public classes for the JavaFX Printing API.
This package provides means for loading and displaying Web content.
-
Uses of PrinterJob in javafx.print
Modifier and TypeMethodDescriptionstatic final PrinterJob
PrinterJob.createPrinterJob()
Factory method to create a job.static final PrinterJob
PrinterJob.createPrinterJob
(Printer printer) Factory method to create a job for a specified printer. -
Uses of PrinterJob in javafx.scene.web
Modifier and TypeMethodDescriptionvoid
HTMLEditor.print
(PrinterJob job) Prints the content of the editor using the given printer job.void
WebEngine.print
(PrinterJob job) Prints the current Web page using the given printer job.