Uses of Class
javafx.print.PrintQuality
Package | Description |
---|---|
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
-
Uses of PrintQuality in javafx.print
Methods in javafx.print that return PrintQuality Modifier and Type Method Description PrintQuality
PrinterAttributes. getDefaultPrintQuality()
Return the default quality settingPrintQuality
JobSettings. getPrintQuality()
Gets the value of the property printQuality.static PrintQuality
PrintQuality. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrintQuality[]
PrintQuality. 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 PrintQuality Modifier and Type Method Description Set<PrintQuality>
PrinterAttributes. getSupportedPrintQuality()
Returns an unmodifiable set of the supported quality settings for this printer.ObjectProperty<PrintQuality>
JobSettings. printQualityProperty()
Property representing an instance ofPrintQuality
.Methods in javafx.print with parameters of type PrintQuality Modifier and Type Method Description void
JobSettings. setPrintQuality(PrintQuality quality)
Set thePrintQuality
property.