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.
|
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 |
---|---|
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.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.