Uses of Class
javafx.print.PaperSource
-
Uses of PaperSource in javafx.print
Modifier and TypeFieldDescriptionstatic final PaperSource
PaperSource.AUTOMATIC
Specify to automatically select the tray.static final PaperSource
PaperSource.BOTTOM
Specify to select the BOTTOM tray.static final PaperSource
PaperSource.ENVELOPE
Specify to select the ENVELOPE tray.static final PaperSource
PaperSource.LARGE_CAPACITY
Specify to select the LARGE_CAPACITY tray.static final PaperSource
PaperSource.MAIN
Specify to select the MAIN tray.static final PaperSource
PaperSource.MANUAL
Specify to select the MANUAL tray.static final PaperSource
PaperSource.MIDDLE
Specify to select the MIDDLE tray.static final PaperSource
PaperSource.SIDE
Specify to select the SIDE tray.static final PaperSource
PaperSource.TOP
Specify to select the TOP tray.Modifier and TypeMethodDescriptionPrinterAttributes.getDefaultPaperSource()
Return the default paper input source/tray/final PaperSource
JobSettings.getPaperSource()
Gets the value of thepaperSource
property.Modifier and TypeMethodDescriptionPrinterAttributes.getSupportedPaperSources()
Returns an unmodifiable set of the supported paper sources (ie input bins or trays) for this printer.final ObjectProperty<PaperSource>
JobSettings.paperSourceProperty()
Property representing an instance ofPaperSource
.Modifier and TypeMethodDescriptionfinal void
JobSettings.setPaperSource
(PaperSource value) Sets the value of thepaperSource
property.