Module  javafx.base
软件包  javafx.beans.property

Class SimpleDoubleProperty

    • 构造方法详细信息

      • SimpleDoubleProperty

        public SimpleDoubleProperty​()
        构造函数为 DoubleProperty
      • SimpleDoubleProperty

        public SimpleDoubleProperty​(double initialValue)
        构造函数为 DoubleProperty
        参数
        initialValue - 包装值的初始值
      • SimpleDoubleProperty

        public SimpleDoubleProperty​(Object bean,
                                    String name)
        构造函数为 DoubleProperty
        参数
        bean - 这个 DoubleProperty的豆
        name - 这个名字 DoubleProperty
      • SimpleDoubleProperty

        public SimpleDoubleProperty​(Object bean,
                                    String name,
                                    double initialValue)
        构造函数为 DoubleProperty
        参数
        bean - 这个 DoubleProperty的豆
        name - 这个名字 DoubleProperty
        initialValue - 包装值的初始值
    • 方法详细信息

      • getBean

        public Object getBean​()
        返回包含此属性的Object 如果此属性未包含在Object ,则返回null
        结果
        包含 Objectnull
      • getName

        public String getName​()
        返回此属性的名称。 如果该属性没有名称,则此方法返回一个空的String
        结果
        the name or an empty String