Package | Description |
---|---|
com.sun.javafx.print | |
com.sun.prism.j2d.print | |
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
Modifier and Type | Method and Description |
---|---|
static PaperSource |
PrintHelper.createPaperSource(java.lang.String name) |
PaperSource |
PrintHelper.PrintAccessor.createPaperSource(java.lang.String name) |
PaperSource |
PrinterImpl.defaultPaperSource() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PaperSource> |
PrinterImpl.supportedPaperSources() |
Modifier and Type | Field and Description |
---|---|
private PaperSource |
J2DPrinter.defPaperSource |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<PaperSource> |
J2DPrinter.paperSourceSet |
private static java.util.Map<javax.print.attribute.standard.MediaTray,PaperSource> |
J2DPrinter.preDefinedTrayMap |
private java.util.Map<PaperSource,javax.print.attribute.standard.MediaTray> |
J2DPrinter.sourceToTrayMap |
private java.util.Map<javax.print.attribute.standard.MediaTray,PaperSource> |
J2DPrinter.trayToSourceMap |
Modifier and Type | Method and Description |
---|---|
private PaperSource |
J2DPrinter.addPaperSource(javax.print.attribute.standard.MediaTray tray) |
PaperSource |
J2DPrinter.defaultPaperSource() |
(package private) PaperSource |
J2DPrinter.getPaperSource(javax.print.attribute.standard.MediaTray tray) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PaperSource> |
J2DPrinter.supportedPaperSources() |
Modifier and Type | Method and Description |
---|---|
int |
J2DPrinter.PaperSourceComparator.compare(PaperSource p1,
PaperSource p2)
This sorts papers lexically based on name, not size.
|
(package private) javax.print.attribute.standard.MediaTray |
J2DPrinter.getTrayForPaperSource(PaperSource source) |
Modifier and Type | Field and Description |
---|---|
static PaperSource |
PaperSource.AUTOMATIC
Specify to automatically select the tray.
|
static PaperSource |
PaperSource.BOTTOM
Specify to select the BOTTOM tray.
|
static PaperSource |
PaperSource.ENVELOPE
Specify to select the ENVELOPE tray.
|
static PaperSource |
PaperSource.LARGE_CAPACITY
Specify to select the LARGE_CAPACITY tray.
|
static PaperSource |
PaperSource.MAIN
Specify to select the MAIN tray.
|
static PaperSource |
PaperSource.MANUAL
Specify to select the MANUAL tray.
|
static PaperSource |
PaperSource.MIDDLE
Specify to select the MIDDLE tray.
|
private PaperSource |
JobSettings.oldPaperSource |
static PaperSource |
PaperSource.SIDE
Specify to select the SIDE tray.
|
static PaperSource |
PaperSource.TOP
Specify to select the TOP tray.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<PaperSource> |
JobSettings.paperSource |
Modifier and Type | Method and Description |
---|---|
PaperSource |
PrinterAttributes.getDefaultPaperSource()
Return the default paper input source/tray/
|
PaperSource |
JobSettings.getPaperSource() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PaperSource> |
PrinterAttributes.getSupportedPaperSources()
Returns an unmodifiable set of the supported paper sources
(ie input bins or trays) for this printer.
|
ObjectProperty<PaperSource> |
JobSettings.paperSourceProperty()
Property representing an instance of
PaperSource . |
Modifier and Type | Method and Description |
---|---|
void |
JobSettings.setPaperSource(PaperSource value) |