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 |
---|---|
PrinterImpl |
PrinterJobImpl.getPrinterImpl() |
static PrinterImpl |
PrintHelper.getPrinterImpl(Printer printer) |
PrinterImpl |
PrintHelper.PrintAccessor.getPrinterImpl(Printer printer) |
Modifier and Type | Method and Description |
---|---|
static Printer |
PrintHelper.createPrinter(PrinterImpl impl) |
Printer |
PrintHelper.PrintAccessor.createPrinter(PrinterImpl impl) |
void |
PrinterJobImpl.setPrinterImpl(PrinterImpl printerImpl) |
Modifier and Type | Class and Description |
---|---|
class |
J2DPrinter |
Modifier and Type | Method and Description |
---|---|
PrinterImpl |
J2DPrinterJob.getPrinterImpl() |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrinterJob.setPrinterImpl(PrinterImpl impl) |
Modifier and Type | Field and Description |
---|---|
private PrinterImpl |
PrinterAttributes.impl |
private PrinterImpl |
Printer.impl |
Modifier and Type | Method and Description |
---|---|
(package private) PrinterImpl |
Printer.getPrinterImpl() |
Constructor and Description |
---|
Printer(PrinterImpl impl) |
PrinterAttributes(PrinterImpl impl) |