Uses of Enum Class
javafx.print.Collation
Packages that use Collation
-
Uses of Collation in javafx.print
Methods in javafx.print that return CollationModifier and TypeMethodDescriptionfinal Collation
JobSettings.getCollation()
Gets the value of the property collation.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.Methods in javafx.print that return types with arguments of type CollationModifier 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.Methods in javafx.print with parameters of type CollationModifier and TypeMethodDescriptionfinal void
JobSettings.setCollation
(Collation collation) Sets the value of the property collation.