Package | Description |
---|---|
com.sun.javafx.scene.web.skin | |
com.sun.javafx.tk | |
com.sun.prism.j2d | |
com.sun.prism.j2d.print | |
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Method and Description |
---|---|
void |
HTMLEditorSkin.print(PrinterJob job) |
Modifier and Type | Method and Description |
---|---|
abstract PrinterJobImpl |
PrintPipeline.createPrinterJob(PrinterJob job) |
Modifier and Type | Method and Description |
---|---|
PrinterJobImpl |
PrismPrintPipeline.createPrinterJob(PrinterJob job) |
Modifier and Type | Field and Description |
---|---|
(package private) PrinterJob |
J2DPrinterJob.fxPrinterJob |
Constructor and Description |
---|
J2DPrinterJob(PrinterJob fxJob) |
Modifier and Type | Field and Description |
---|---|
private PrinterJob |
JobSettings.job |
Modifier and Type | Method and Description |
---|---|
static PrinterJob |
PrinterJob.createPrinterJob()
Factory method to create a job.
|
static PrinterJob |
PrinterJob.createPrinterJob(Printer printer)
Factory method to create a job for a specified printer.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
JobSettings.setPrinterJob(PrinterJob job) |
Modifier and Type | Method and Description |
---|---|
void |
WebEngine.print(PrinterJob job)
Prints the current Web page using the given printer job.
|
void |
HTMLEditor.print(PrinterJob job)
Prints the content of the editor using the given printer job.
|
private static boolean |
WebEngine.printStatusOK(PrinterJob job) |