パッケージ | 説明 |
---|---|
javafx.print |
JavaFX印刷APIで使用するpublicクラスを提供します。
|
修飾子と型 | フィールドと説明 |
---|---|
static PaperSource |
PaperSource.AUTOMATIC
トレイを自動的に選択する場合に指定します。
|
static PaperSource |
PaperSource.BOTTOM
BOTTOMトレイを選択する場合に指定します。
|
static PaperSource |
PaperSource.ENVELOPE
ENVELOPEトレイを選択する場合に指定します。
|
static PaperSource |
PaperSource.LARGE_CAPACITY
LARGE_CAPACITYトレイを選択する場合に指定します。
|
static PaperSource |
PaperSource.MAIN
MAINトレイを選択する場合に指定します。
|
static PaperSource |
PaperSource.MANUAL
MANUALトレイを選択する場合に指定します。
|
static PaperSource |
PaperSource.MIDDLE
MIDDLEトレイを選択する場合に指定します。
|
static PaperSource |
PaperSource.SIDE
SIDEトレイを選択する場合に指定します。
|
static PaperSource |
PaperSource.TOP
TOPトレイを選択する場合に指定します。
|
修飾子と型 | メソッドと説明 |
---|---|
PaperSource |
PrinterAttributes.getDefaultPaperSource()
デフォルトの給紙方法(トレイ)を返します
|
PaperSource |
JobSettings.getPaperSource()
プロパティpaperSourceの値を取得します。
|
修飾子と型 | メソッドと説明 |
---|---|
Set<PaperSource> |
PrinterAttributes.getSupportedPaperSources()
このプリンタでサポートされる給紙方法(給紙ビンや給紙トレイ)の変更不可能なセットを返します。
|
ObjectProperty<PaperSource> |
JobSettings.paperSourceProperty()
PaperSource のインスタンスを表すプロパティ。 |
修飾子と型 | メソッドと説明 |
---|---|
void |
JobSettings.setPaperSource(PaperSource value)
プロパティpaperSourceの値を設定します。
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.