| パッケージ | 説明 |
|---|---|
| javafx.animation |
使いやすい遷移ベースのアニメーションのクラスのセットを提供します。
|
| javafx.beans.property |
パッケージ
javafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。 |
| javafx.beans.property.adapter | |
| javafx.concurrent |
javafx.taskのクラスのセットを提供します。
|
| javafx.css |
プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。
|
| javafx.scene |
JavaFXシーン・グラフAPIのベース・クラスのコア・セットを提供します。
|
| javafx.scene.chart |
JavaFXユーザー・インタフェースは、データ・ビジュアライゼーションの非常に便利な方法である一連のチャート・コンポーネントを提供します。
|
| javafx.scene.control |
JavaFXユーザー・インタフェース・コントロール(UIコントロールまたは単純なコントロール)は、特に多くの異なるアプリケーション・コンテキストでの再利用に適しているJavaFXシーングラフの特化されたノードです。
|
| javafx.scene.image |
イメージをロードおよび表示するクラスのセットを提供します。
|
| javafx.scene.layout |
ユーザー・インタフェース・レイアウトをサポートするクラスを提供します。
|
| javafx.scene.media |
音声およびビデオをJava FXアプリケーションに統合するクラスのセットを提供します。
|
| javafx.scene.text |
フォントおよびレンダリング可能なテキスト・ノードのクラスのセットを提供します。
|
| javafx.scene.web |
このパッケージは、Webコンテンツをロードおよび表示する手段を提供します。
|
| javafx.stage |
JavaFXコンテンツのトップレベル・コンテナ・クラスを提供します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
Animation.currentRateProperty()
Animationを再生している現在の方向/速度を示す読取り専用変数。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
DoubleProperty
このクラスは、
double値をラップするPropertyを定義します。 |
class |
DoublePropertyBase
クラス
DoublePropertyBaseは、double値をラップするプロパティのベース・クラスです。 |
class |
ReadOnlyDoublePropertyBase
doubleをラップするすべての読取り専用プロパティのベース・クラス。 |
class |
ReadOnlyDoubleWrapper
このクラスは、読取り専用プロパティを定義する便利なクラスを提供します。
|
class |
SimpleDoubleProperty
このクラスは、
double値をラップするPropertyの完全な実装を提供します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
ReadOnlyDoubleWrapper.getReadOnlyProperty()
この
ReadOnlyDoubleWrapperと同期化される読取り専用プロパティを返します。 |
static <T extends Number> |
ReadOnlyDoubleProperty.readOnlyDoubleProperty(ReadOnlyProperty<T> property)
ReadOnlyPropertyをラップするReadOnlyDoublePropertyを返します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class |
JavaBeanDoubleProperty
JavaBeanDoublePropertyは、型doubleまたはDoubleの通常のJava BeanプロパティとJavaFX DoubleProperty間のアダプタを提供します。 |
class |
ReadOnlyJavaBeanDoubleProperty
ReadOnlyJavaBeanDoublePropertyは、型doubleまたはDoubleの通常の読取り専用Java BeanプロパティとJavaFX ReadOnlyDoubleProperty間のアダプタを提供します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
Service.progressProperty() |
ReadOnlyDoubleProperty |
Task.progressProperty() |
ReadOnlyDoubleProperty |
Worker.progressProperty()
進捗を表すReadOnlyDoublePropertyを取得します。
|
ReadOnlyDoubleProperty |
Service.totalWorkProperty() |
ReadOnlyDoubleProperty |
Task.totalWorkProperty() |
ReadOnlyDoubleProperty |
Worker.totalWorkProperty()
実行する必要がある最大処理量を表すReadOnlyDoublePropertyを取得します。
|
ReadOnlyDoubleProperty |
Service.workDoneProperty() |
ReadOnlyDoubleProperty |
Task.workDoneProperty() |
ReadOnlyDoubleProperty |
Worker.workDoneProperty()
現在の進捗を表すReadOnlyDoublePropertyを取得します。
|
| 修飾子と型 | クラスと説明 |
|---|---|
class |
SimpleStyleableDoubleProperty
このクラスは
SimpleDoublePropertyを拡張し、StyleablePropertyの完全な実装を提供します。 |
class |
StyleableDoubleProperty
このクラスは
DoublePropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
Scene.heightProperty()
この
Sceneの高さ |
ReadOnlyDoubleProperty |
ImageCursor.hotspotXProperty()
カーソルのホット・スポットのX座標。
|
ReadOnlyDoubleProperty |
ImageCursor.hotspotYProperty()
カーソルのホット・スポットのY座標。
|
ReadOnlyDoubleProperty |
Scene.widthProperty()
この
Sceneの幅 |
ReadOnlyDoubleProperty |
Scene.xProperty()
WindowのこのSceneの水平位置。 |
ReadOnlyDoubleProperty |
Scene.yProperty()
WindowのこのSceneの垂直位置。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
CategoryAxis.categorySpacingProperty()
これは、この軸の1つのカテゴリと次のカテゴリの間の間隔です
|
ReadOnlyDoubleProperty |
ValueAxis.scaleProperty()
データ単位から表示単位へのスケール係数
|
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
Dialog.heightProperty()
ダイアログの高さを表すプロパティ。
|
ReadOnlyDoubleProperty |
Dialog.widthProperty()
ダイアログの幅を表すプロパティ。
|
ReadOnlyDoubleProperty |
TableColumnBase.widthProperty()
この列の幅。
|
ReadOnlyDoubleProperty |
Dialog.xProperty()
この
Dialogの水平位置。 |
ReadOnlyDoubleProperty |
Dialog.yProperty()
この
Dialogの垂直位置。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
Image.heightProperty()
イメージのロードに失敗した場合のイメージの高さまたは
0。 |
ReadOnlyDoubleProperty |
Image.progressProperty()
完了したイメージのロードのおおよそのパーセント値。
|
ReadOnlyDoubleProperty |
Image.widthProperty()
イメージのロードに失敗した場合のイメージの幅または
0。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
Region.heightProperty()
このサイズ変更可能なノードの高さ。
|
ReadOnlyDoubleProperty |
TilePane.tileHeightProperty()
各タイルの実際の高さ。
|
ReadOnlyDoubleProperty |
TilePane.tileWidthProperty()
各タイルの実際の幅。
|
ReadOnlyDoubleProperty |
Region.widthProperty()
このサイズ変更可能なノードの幅。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
MediaPlayer.currentRateProperty()
設定を考慮しない再生の現在の比率。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
Text.baselineOffsetProperty()
TextノードのlayoutBounds.minYの場所からのアルファベット(またはローマン体)のベースライン・オフセット。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
WebView.heightProperty()
この
WebViewの高さ。 |
ReadOnlyDoubleProperty |
WebView.widthProperty()
この
WebViewの幅。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReadOnlyDoubleProperty |
PopupWindow.anchorXProperty()
画面のポップアップ・アンカー・ポイントのX座標を指定します。
|
ReadOnlyDoubleProperty |
PopupWindow.anchorYProperty()
画面のポップアップ・アンカー・ポイントのY座標を指定します。
|
ReadOnlyDoubleProperty |
Window.heightProperty()
この
Stageの高さ。 |
ReadOnlyDoubleProperty |
Window.widthProperty()
この
Stageの幅。 |
ReadOnlyDoubleProperty |
Window.xProperty()
画面上のこの
Stageの水平位置。 |
ReadOnlyDoubleProperty |
Window.yProperty()
画面上のこの
Stageの垂直位置。 |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.