Uses of Class
javafx.print.PrintResolution
Package | Description |
---|---|
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
-
Uses of PrintResolution in javafx.print
Methods in javafx.print that return PrintResolution Modifier and Type Method Description PrintResolution
PrinterAttributes. getDefaultPrintResolution()
Return the default print resolution for paper on this printer.PrintResolution
JobSettings. getPrintResolution()
Gets the value of the property printResolution.Methods in javafx.print that return types with arguments of type PrintResolution Modifier and Type Method Description Set<PrintResolution>
PrinterAttributes. getSupportedPrintResolutions()
Returns an unmodifiable set of the supported print resolutions for this printer.ObjectProperty<PrintResolution>
JobSettings. printResolutionProperty()
Property representing an instance ofPrintResolution
.Methods in javafx.print with parameters of type PrintResolution Modifier and Type Method Description void
JobSettings. setPrintResolution(PrintResolution resolution)
Sets the value of the property printResolution.