Uses of Enum Class
javafx.print.PrintSides
-
Uses of PrintSides in javafx.print
Modifier and TypeMethodDescriptionPrinterAttributes.getDefaultPrintSides()
Returns the default value for duplex settings.final PrintSides
JobSettings.getPrintSides()
Gets the value of theprintSides
property.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.Modifier and TypeMethodDescriptionPrinterAttributes.getSupportedPrintSides()
Returns an unmodifiable set of the supported duplex settings for this printer.final ObjectProperty
<PrintSides> JobSettings.printSidesProperty()
Property representing an instance ofPrintSides
.Modifier and TypeMethodDescriptionfinal void
JobSettings.setPrintSides
(PrintSides sides) Sets the value of theprintSides
property.