Uses of Enum Class
javafx.print.PrintSides
Packages that use PrintSides
-
Uses of PrintSides in javafx.print
Methods in javafx.print that return PrintSidesModifier and TypeMethodDescriptionPrinterAttributes.getDefaultPrintSides()
Returns the default value for duplex settings.JobSettings.getPrintSides()
If a printer supports it, then a job may be printed on both sides of the media (paper), ie duplex printing.static PrintSides
Returns the enum constant of this class with the specified name.static PrintSides[]
PrintSides.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in javafx.print that return types with arguments of type PrintSidesModifier and TypeMethodDescriptionPrinterAttributes.getSupportedPrintSides()
Returns an unmodifiable set of the supported duplex settings for this printer.JobSettings.printSidesProperty()
Property representing an instance ofPrintSides
.Methods in javafx.print with parameters of type PrintSidesModifier and TypeMethodDescriptionvoid
JobSettings.setPrintSides(PrintSides sides)
Set thePrintSides
property which controls duplex printing.