Uses of Enum Class
javafx.print.PrintColor
Packages that use PrintColor
-
Uses of PrintColor in javafx.print
Subclasses with type arguments of type PrintColor in javafx.printModifier and TypeClassDescriptionenumClass which describes whether printing should be monochrome or color.Methods in javafx.print that return PrintColorModifier and TypeMethodDescriptionPrinterAttributes.getDefaultPrintColor()Get the default color setting : greyscale or colorfinal PrintColorJobSettings.getPrintColor()Gets the value of theprintColorproperty.static PrintColorReturns 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.final ObjectProperty<PrintColor> JobSettings.printColorProperty()Property representing an instance ofPrintColor.Methods in javafx.print with parameters of type PrintColorModifier and TypeMethodDescriptionfinal voidJobSettings.setPrintColor(PrintColor color) Sets the value of theprintColorproperty.