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 |
---|---|
PageRange |
PrinterImpl.defaultPageRange() |
Modifier and Type | Method and Description |
---|---|
PageRange |
J2DPrinter.defaultPageRange() |
Modifier and Type | Method and Description |
---|---|
PageRange[] |
JobSettings.getPageRanges()
The range of pages to print.
|
Modifier and Type | Method and Description |
---|---|
void |
JobSettings.setPageRanges(PageRange... pages)
The range of pages to print as an array of PageRange.
|