Example usage for Java javafx.print PrinterJob fields, constructors, methods, implement or subclass
The text is from its open source code.
PrinterJob | createPrinterJob() Factory method to create a job. |
boolean | endJob() If the job can be successfully spooled to the printer queue this will return true. |
ReadOnlyObjectProperty | jobStatusProperty() A read only object property representing the current JobStatus |
boolean | printPage(Node node) Print the specified node. |