モジュール javafx.base
パッケージ javafx.beans.property

クラスSimpleDoubleProperty

    • コンストラクタの詳細

      • SimpleDoubleProperty

        public SimpleDoubleProperty()
        DoublePropertyのコンストラクタ
      • SimpleDoubleProperty

        public SimpleDoubleProperty​(double initialValue)
        DoublePropertyのコンストラクタ
        パラメータ:
        initialValue - ラップされた値の初期値
      • SimpleDoubleProperty

        public SimpleDoubleProperty​(Object bean,
                                    String name)
        DoublePropertyのコンストラクタ
        パラメータ:
        bean - このDoublePropertyのBean
        name - このDoublePropertyの名前
      • SimpleDoubleProperty

        public SimpleDoubleProperty​(Object bean,
                                    String name,
                                    double initialValue)
        DoublePropertyのコンストラクタ
        パラメータ:
        bean - このDoublePropertyのBean
        name - このDoublePropertyの名前
        initialValue - ラップされた値の初期値