モジュール javafx.graphics
パッケージ javafx.css

クラスSimpleStyleableIntegerProperty

    • コンストラクタの詳細

      • SimpleStyleableIntegerProperty

        public SimpleStyleableIntegerProperty​(CssMetaData<? extends Styleable,Number> cssMetaData)
        SimpleStyleableIntegerPropertyのコンストラクタ。
        パラメータ:
        cssMetaData - このStyleablePropertyに関連付けられているCssMetaData
      • SimpleStyleableIntegerProperty

        public SimpleStyleableIntegerProperty​(CssMetaData<? extends Styleable,Number> cssMetaData,
                                              Integer initialValue)
        SimpleStyleableIntegerPropertyのコンストラクタ。
        パラメータ:
        cssMetaData - このStyleablePropertyに関連付けられているCssMetaData
        initialValue - ラップされたObjectの初期値
      • SimpleStyleableIntegerProperty

        public SimpleStyleableIntegerProperty​(CssMetaData<? extends Styleable,Number> cssMetaData,
                                              Object bean,
                                              String name)
        SimpleStyleableIntegerPropertyのコンストラクタ。
        パラメータ:
        cssMetaData - このStyleablePropertyに関連付けられているCssMetaData
        bean - このIntegerPropertyのBean
        name - このIntegerPropertyの名前
      • SimpleStyleableIntegerProperty

        public SimpleStyleableIntegerProperty​(CssMetaData<? extends Styleable,Number> cssMetaData,
                                              Object bean,
                                              String name,
                                              Integer initialValue)
        SimpleStyleableIntegerPropertyのコンストラクタ。
        パラメータ:
        cssMetaData - このStyleablePropertyに関連付けられているCssMetaData
        bean - このIntegerPropertyのBean
        name - このIntegerPropertyの名前
        initialValue - ラップされたObjectの初期値