Uses of Enum Class
javafx.print.PrintColor
Packages that use PrintColor
-
Uses of PrintColor in javafx.print
Methods in javafx.print that return PrintColorModifier and TypeMethodDescriptionPrinterAttributes.getDefaultPrintColor()
Get the default color setting : greyscale or colorJobSettings.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.Methods in javafx.print that return types with arguments of type PrintColorModifier and TypeMethodDescriptionPrinterAttributes.getSupportedPrintColors()
Returns an unmodifiable set of the supported color settings for this printer.JobSettings.printColorProperty()
Property representing an instance ofPrintColor
.Methods in javafx.print with parameters of type PrintColorModifier and TypeMethodDescriptionvoid
JobSettings.setPrintColor(PrintColor color)
Set thePrintColor
property.