Uses of Class
javafx.print.PrintColor
-
Packages that use PrintColor 软件包 描述 javafx.print 提供JavaFX Printing API的公共类。 -
-
Uses of PrintColor in javafx.print
Methods in javafx.print that return PrintColor Modifier and Type 方法 描述 PrintColorPrinterAttributes. getDefaultPrintColor()获取默认颜色设置:灰度或颜色PrintColorJobSettings. getPrintColor()获取属性printColor的值。static PrintColorPrintColor. valueOf(String name)以指定的名称返回此类型的枚举常量。static PrintColor[]PrintColor. values()按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.print that return types with arguments of type PrintColor Modifier and Type 方法 描述 Set<PrintColor>PrinterAttributes. getSupportedPrintColors()返回此打印机支持的颜色设置的不可修改的集合。ObjectProperty<PrintColor>JobSettings. printColorProperty()属性代表PrintColor一个实例。Methods in javafx.print with parameters of type PrintColor Modifier and Type 方法 描述 voidJobSettings. setPrintColor(PrintColor color)设置PrintColor属性。
-