Uses of Enum Class
javafx.print.Collation
-
Uses of Collation in javafx.print
Modifier and TypeMethodDescriptionfinal Collation
JobSettings.getCollation()
Gets the value of thecollation
property.PrinterAttributes.getDefaultCollation()
The default collation setting.static Collation
Returns the enum constant of this class with the specified name.static Collation[]
Collation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal ObjectProperty
<Collation> JobSettings.collationProperty()
Property representing an instance ofCollation
.PrinterAttributes.getSupportedCollations()
Returns an unmodifiable set of the supported collation settings for this printer.Modifier and TypeMethodDescriptionfinal void
JobSettings.setCollation
(Collation collation) Sets the value of thecollation
property.