Uses of Class
javafx.print.PrintColor
Package | Description |
---|---|
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
-
Uses of PrintColor in javafx.print
Methods in javafx.print that return PrintColor Modifier and Type Method Description PrintColor
PrinterAttributes. getDefaultPrintColor()
Get the default color setting : greyscale or colorPrintColor
JobSettings. getPrintColor()
Gets the value of the property printColor.static PrintColor
PrintColor. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrintColor[]
PrintColor. 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 PrintColor Modifier and Type Method Description Set<PrintColor>
PrinterAttributes. getSupportedPrintColors()
Returns an unmodifiable set of the supported color settings for this printer.ObjectProperty<PrintColor>
JobSettings. printColorProperty()
Property representing an instance ofPrintColor
.Methods in javafx.print with parameters of type PrintColor Modifier and Type Method Description void
JobSettings. setPrintColor(PrintColor color)
Set thePrintColor
property.