Uses of Class
javafx.print.PrintSides
| Package | Description |
|---|---|
| javafx.print |
Provides the public classes for the JavaFX Printing API.
|
-
Uses of PrintSides in javafx.print
Methods in javafx.print that return PrintSides Modifier and Type Method Description PrintSidesPrinterAttributes. getDefaultPrintSides()Returns the default value for duplex settings.PrintSidesJobSettings. getPrintSides()Gets the value of the property printSides.static PrintSidesPrintSides. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintSides[]PrintSides. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javafx.print that return types with arguments of type PrintSides Modifier and Type Method Description Set<PrintSides>PrinterAttributes. getSupportedPrintSides()Returns an unmodifiable set of the supported duplex settings for this printer.ObjectProperty<PrintSides>JobSettings. printSidesProperty()Property representing an instance ofPrintSides.Methods in javafx.print with parameters of type PrintSides Modifier and Type Method Description voidJobSettings. setPrintSides(PrintSides sides)Sets the value of the property printSides.