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.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.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.final ObjectProperty<PrintSides>
JobSettings.printSidesProperty()
Property representing an instance ofPrintSides
.Methods in javafx.print with parameters of type PrintSidesModifier and TypeMethodDescriptionfinal void
JobSettings.setPrintSides
(PrintSides sides) Sets the value of theprintSides
property.