Uses of Enum Class
javafx.print.PrintQuality
Packages that use PrintQuality
-
Uses of PrintQuality in javafx.print
Methods in javafx.print that return PrintQualityModifier and TypeMethodDescriptionPrinterAttributes.getDefaultPrintQuality()
Return the default quality settingJobSettings.getPrintQuality()
Gets the value of the property printQuality.static PrintQuality
Returns the enum constant of this class with the specified name.static PrintQuality[]
PrintQuality.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 PrintQualityModifier and TypeMethodDescriptionPrinterAttributes.getSupportedPrintQuality()
Returns an unmodifiable set of the supported quality settings for this printer.JobSettings.printQualityProperty()
Property representing an instance ofPrintQuality
.Methods in javafx.print with parameters of type PrintQualityModifier and TypeMethodDescriptionvoid
JobSettings.setPrintQuality(PrintQuality quality)
Set thePrintQuality
property.