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 |
---|---|
PageLayout |
PrinterJobImpl.validatePageLayout(PageLayout pageLayout) |
Modifier and Type | Method and Description |
---|---|
boolean |
PrinterJobImpl.print(PageLayout pageLayout,
Node node) |
PageLayout |
PrinterJobImpl.validatePageLayout(PageLayout pageLayout) |
Modifier and Type | Field and Description |
---|---|
private PageLayout |
J2DPrinter.defaultLayout |
private PageLayout |
J2DPrinterJob.PageInfo.pageLayout |
Modifier and Type | Method and Description |
---|---|
(package private) PageLayout |
J2DPrinter.defaultPageLayout() |
(package private) PageLayout |
J2DPrinterJob.PageInfo.getPageLayout() |
PageLayout |
J2DPrinterJob.validatePageLayout(PageLayout pageLayout) |
Modifier and Type | Method and Description |
---|---|
private java.awt.print.PageFormat |
J2DPrinterJob.J2DPageable.getPageFormatFromLayout(PageLayout layout) |
private void |
J2DPrinterJob.J2DPageable.implPrintPage(PageLayout pageLayout,
Node node) |
boolean |
J2DPrinterJob.print(PageLayout pageLayout,
Node node) |
PageLayout |
J2DPrinterJob.validatePageLayout(PageLayout pageLayout) |
Constructor and Description |
---|
PageInfo(PageLayout pageLayout,
Node node) |
Modifier and Type | Field and Description |
---|---|
private PageLayout |
Printer.defPageLayout |
private PageLayout |
JobSettings.oldPageLayout |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<PageLayout> |
JobSettings.layout |
Modifier and Type | Method and Description |
---|---|
PageLayout |
Printer.createPageLayout(Paper paper,
PageOrientation orient,
double lMargin,
double rMargin,
double tMargin,
double bMargin)
Obtain a new PageLayout for this printer using the specified
parameters.
|
PageLayout |
Printer.createPageLayout(Paper paper,
PageOrientation orient,
Printer.MarginType mType)
Obtain a new PageLayout instance for this printer using the specified
parameters.
|
PageLayout |
Printer.getDefaultPageLayout()
Return the default page layout for this printer.
|
PageLayout |
JobSettings.getPageLayout()
Get the current page layout for this job.
|
(package private) PageLayout |
PrinterJob.validatePageLayout(PageLayout pageLayout)
This method can be used to check if a page configuration
is possible in the current job configuration.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<PageLayout> |
JobSettings.pageLayoutProperty()
Property representing an instance of
PageLayout . |
Modifier and Type | Method and Description |
---|---|
boolean |
PrinterJob.printPage(PageLayout pageLayout,
Node node)
Print the specified node using the specified page layout.
|
void |
JobSettings.setPageLayout(PageLayout pageLayout)
Set the PageLayout to use.
|
(package private) PageLayout |
PrinterJob.validatePageLayout(PageLayout pageLayout)
This method can be used to check if a page configuration
is possible in the current job configuration.
|