Uses of Enum Class
javafx.print.Collation
Packages that use Collation
-
Uses of Collation in javafx.print
Subclasses with type arguments of type Collation in javafx.printModifier and TypeClassDescriptionenum
Collation specifies whether or not media sheets of each copy of a printed document in a job are to be in sequence.Methods in javafx.print that return CollationModifier 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.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 thecollation
property.