-
Packages that use PrinterJob
Package |
Description |
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
-
-
-
Methods in javafx.scene.web with parameters of type PrinterJob
Modifier and Type |
Method |
Description |
void |
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.
|