Package | Description |
---|---|
com.sun.javafx.print | |
com.sun.prism.j2d.print | |
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
Modifier and Type | Method and Description |
---|---|
static JobSettings |
PrintHelper.createJobSettings(Printer printer) |
JobSettings |
PrintHelper.PrintAccessor.createJobSettings(Printer printer) |
JobSettings |
PrinterImpl.getDefaultJobSettings() |
Modifier and Type | Field and Description |
---|---|
private JobSettings |
J2DPrinterJob.settings |
Modifier and Type | Method and Description |
---|---|
JobSettings |
J2DPrinter.getDefaultJobSettings() |
Modifier and Type | Field and Description |
---|---|
private JobSettings |
PrinterJob.settings |
Modifier and Type | Method and Description |
---|---|
(package private) JobSettings |
Printer.getDefaultJobSettings()
Returns the default settings for this printer as would be
used in setting up a job for this printer.
|
JobSettings |
PrinterJob.getJobSettings()
The
JobSettings encapsulates all the API supported job
configuration options such as number of copies,
collation option, duplex option, etc. |
Modifier and Type | Method and Description |
---|---|
private PrinterJobImpl |
PrinterJob.createImplJob(Printer printer,
JobSettings settings) |