クラス
javafx.beans.property.ReadOnlyDoublePropertyの使用
-
ReadOnlyDoublePropertyを使用するパッケージ パッケージ 説明 javafx.animation 使いやすい遷移ベースのアニメーションのクラスのセットを提供します。javafx.beans.property パッケージjavafx.beans.propertyは、読取り専用プロパティ、書込み可能プロパティおよび多数の実装を定義します。javafx.beans.property.adapter 通常のJava Beanプロパティとそれに対応するJavaFX Propertyの間でアダプタとして機能するさまざまなクラスを提供します。javafx.concurrent javafx.taskのクラスのセットを提供します。javafx.css プロパティをCSSを使用してスタイル設定可能にし、擬似クラス状態をサポートするAPIを提供します。javafx.scene JavaFXシーン・グラフAPIのベース・クラスのコア・セットを提供します。javafx.scene.chart JavaFXユーザー・インタフェースは、データ視覚化の非常に便利な方法である一連のチャート・コンポーネントを提供します。javafx.scene.control JavaFXユーザー・インタフェース・コントロール(UIコントロールまたは単純なコントロール)は、特に多くの異なるアプリケーション・コンテキストでの再利用に適しているJavaFXシーングラフの特化されたノードです。javafx.scene.control.skin javafx.scene.control.skinパッケージでは、通常は各UIコントロールのスキン・クラスが配置されますjavafx.scene.image イメージをロードおよび表示するクラスのセットを提供します。javafx.scene.layout ユーザー・インタフェース・レイアウトをサポートするクラスを提供します。javafx.scene.media 音声およびビデオをJava FXアプリケーションに統合するクラスのセットを提供します。javafx.scene.text フォントおよびレンダリング可能なテキスト・ノードのクラスのセットを提供します。javafx.scene.web このパッケージは、Webコンテンツをロードおよび表示する手段を提供します。javafx.stage JavaFXコンテンツのトップレベル・コンテナ・クラスを提供します。 -
-
javafx.animationのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.animationのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyAnimation. currentRateProperty()Animationを再生している現在の方向/速度を示す読取り専用変数。 -
javafx.beans.propertyのReadOnlyDoublePropertyの使用
javafx.beans.propertyのReadOnlyDoublePropertyのサブクラス 修飾子と型 クラス 説明 classDoublePropertyこのクラスは、double値をラップするPropertyを定義します。classDoublePropertyBaseクラスDoublePropertyBaseは、double値をラップするプロパティのベース・クラスです。classReadOnlyDoublePropertyBasedoubleをラップするすべての読取り専用プロパティのベース・クラス。classReadOnlyDoubleWrapperこのクラスは、読取り専用プロパティを定義する便利なクラスを提供します。classSimpleDoublePropertyこのクラスは、double値をラップするPropertyの完全な実装を提供します。ReadOnlyDoublePropertyを返すjavafx.beans.propertyのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyReadOnlyDoubleWrapper. getReadOnlyProperty()このReadOnlyDoubleWrapperと同期化される読取り専用プロパティを返します。static <T extends Number>
ReadOnlyDoublePropertyReadOnlyDoubleProperty. readOnlyDoubleProperty(ReadOnlyProperty<T> property)ReadOnlyPropertyをラップするReadOnlyDoublePropertyを返します。 -
javafx.beans.property.adapterのReadOnlyDoublePropertyの使用
javafx.beans.property.adapterのReadOnlyDoublePropertyのサブクラス 修飾子と型 クラス 説明 classJavaBeanDoublePropertyJavaBeanDoublePropertyは、型doubleまたはDoubleの通常のJava BeanプロパティとJavaFXDoubleProperty間のアダプタを提供します。classReadOnlyJavaBeanDoublePropertyReadOnlyJavaBeanDoublePropertyは、型doubleまたはDoubleの通常の読取り専用Java BeanプロパティとJavaFXReadOnlyDoubleProperty間のアダプタを提供します。 -
javafx.concurrentのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.concurrentのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyService. progressProperty()ReadOnlyDoublePropertyTask. progressProperty()ReadOnlyDoublePropertyWorker. progressProperty()進捗を表すReadOnlyDoublePropertyを取得します。ReadOnlyDoublePropertyService. totalWorkProperty()ReadOnlyDoublePropertyTask. totalWorkProperty()ReadOnlyDoublePropertyWorker. totalWorkProperty()実行する必要がある最大処理量を表すReadOnlyDoublePropertyを取得します。ReadOnlyDoublePropertyService. workDoneProperty()ReadOnlyDoublePropertyTask. workDoneProperty()ReadOnlyDoublePropertyWorker. workDoneProperty()現在の進捗を表すReadOnlyDoublePropertyを取得します。 -
javafx.cssのReadOnlyDoublePropertyの使用
javafx.cssのReadOnlyDoublePropertyのサブクラス 修飾子と型 クラス 説明 classSimpleStyleableDoublePropertyこのクラスはSimpleDoublePropertyを拡張し、StyleablePropertyの完全な実装を提供します。classStyleableDoublePropertyこのクラスはDoublePropertyBaseを拡張し、StyleablePropertyの部分的な実装を提供します。 -
javafx.sceneのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.sceneのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyScene. heightProperty()このSceneの高さReadOnlyDoublePropertyImageCursor. hotspotXProperty()カーソルのホット・スポットのX座標。ReadOnlyDoublePropertyImageCursor. hotspotYProperty()カーソルのホット・スポットのY座標。ReadOnlyDoublePropertyScene. widthProperty()このSceneの幅ReadOnlyDoublePropertyScene. xProperty()WindowのこのSceneの水平位置。ReadOnlyDoublePropertyScene. yProperty()WindowのこのSceneの垂直位置。 -
javafx.scene.chartのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.scene.chartのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyCategoryAxis. categorySpacingProperty()これは、この軸の1つのカテゴリと次のカテゴリの間の間隔ですReadOnlyDoublePropertyValueAxis. scaleProperty()データ単位から表示単位へのスケール係数 -
javafx.scene.controlのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.scene.controlのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyDialog. heightProperty()ダイアログの高さを表すプロパティ。ReadOnlyDoublePropertyDialog. widthProperty()ダイアログの幅を表すプロパティ。ReadOnlyDoublePropertyTableColumnBase. widthProperty()この列の幅。ReadOnlyDoublePropertyDialog. xProperty()このDialogの水平位置。ReadOnlyDoublePropertyDialog. yProperty()このDialogの垂直位置。 -
javafx.scene.control.skinでのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを戻すjavafx.scene.control.skinのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyCellSkinBase. cellSizeProperty()デフォルトのセル・サイズ。 -
javafx.scene.imageのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.scene.imageのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyImage. heightProperty()イメージのロードに失敗した場合のイメージの高さまたは0。ReadOnlyDoublePropertyImage. progressProperty()完了したイメージのロードのおおよそのパーセント値。ReadOnlyDoublePropertyImage. widthProperty()イメージのロードに失敗した場合のイメージの幅または0。 -
javafx.scene.layoutのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.scene.layoutのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyRegion. heightProperty()このサイズ変更可能なノードの高さ。ReadOnlyDoublePropertyTilePane. tileHeightProperty()各タイルの実際の高さ。ReadOnlyDoublePropertyTilePane. tileWidthProperty()各タイルの実際の幅。ReadOnlyDoublePropertyRegion. widthProperty()このサイズ変更可能なノードの幅。 -
javafx.scene.mediaのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.scene.mediaのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyMediaPlayer. currentRateProperty()設定を考慮しない再生の現在の比率。 -
javafx.scene.textのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.scene.textのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyText. baselineOffsetProperty()TextノードのlayoutBounds.minYの場所からのアルファベット(またはローマン体)のベースライン・オフセット。 -
javafx.scene.webのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.scene.webのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyWebView. heightProperty()このWebViewの高さ。ReadOnlyDoublePropertyWebView. widthProperty()このWebViewの幅。 -
javafx.stageのReadOnlyDoublePropertyの使用
ReadOnlyDoublePropertyを返すjavafx.stageのメソッド 修飾子と型 メソッド 説明 ReadOnlyDoublePropertyPopupWindow. anchorXProperty()画面のポップアップ・アンカー・ポイントのX座標を指定します。ReadOnlyDoublePropertyPopupWindow. anchorYProperty()画面のポップアップ・アンカー・ポイントのY座標を指定します。ReadOnlyDoublePropertyWindow. heightProperty()このWindowの高さです。ReadOnlyDoublePropertyWindow. outputScaleXProperty()Windowがレンダリングのすべての段階で水平のシーン座標に適用され、スクリーンまたは他の出力先デバイスへの出力を合成するスケール。ReadOnlyDoublePropertyWindow. outputScaleYProperty()Windowがレンダリングのすべての段階で垂直のシーン座標に適用され、画面または他の宛先デバイスへの出力を合成するスケール。ReadOnlyDoublePropertyWindow. widthProperty()このWindowの幅。ReadOnlyDoublePropertyWindow. xProperty()スクリーン上のこのWindowの水平ロケーション。ReadOnlyDoublePropertyWindow. yProperty()このWindowの画面上での垂直方向のロケーション。
-