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 方法 描述 PrintColor
PrinterAttributes. getDefaultPrintColor()
获取默认颜色设置:灰度或颜色PrintColor
JobSettings. getPrintColor()
获取属性printColor的值。static PrintColor
PrintColor. 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 方法 描述 void
JobSettings. setPrintColor(PrintColor color)
设置PrintColor
属性。
-