Uses of Enum Class
javafx.print.PrintColor
-
Uses of PrintColor in javafx.print
Modifier and TypeMethodDescriptionPrinterAttributes.getDefaultPrintColor()
Get the default color setting : greyscale or colorfinal PrintColor
JobSettings.getPrintColor()
Gets the value of the property printColor.static PrintColor
Returns the enum constant of this class with the specified name.static PrintColor[]
PrintColor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPrinterAttributes.getSupportedPrintColors()
Returns an unmodifiable set of the supported color settings for this printer.final ObjectProperty<PrintColor>
JobSettings.printColorProperty()
Property representing an instance ofPrintColor
.Modifier and TypeMethodDescriptionfinal void
JobSettings.setPrintColor
(PrintColor color) Sets the value of the property printColor.