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

Class ReadOnlyFloatProperty

    • 构造方法详细信息

      • ReadOnlyFloatProperty

        public ReadOnlyFloatProperty​()
        构造函数为 ReadOnlyFloatProperty
    • 方法详细信息

      • toString

        public String toString​()
        返回此 ReadOnlyFloatProperty对象的字符串表示形式。
        重写:
        toStringObject
        结果
        这个 ReadOnlyFloatProperty对象的字符串表示形式。
      • readOnlyFloatProperty

        public static <T extends NumberReadOnlyFloatProperty readOnlyFloatProperty​(ReadOnlyProperty<T> property)
        返回一个ReadOnlyFloatPropertyReadOnlyFloatProperty 如果ReadOnlyProperty已经是一个ReadOnlyFloatProperty ,它将被返回。 否则创建一个新的ReadOnlyFloatProperty绑定到ReadOnlyProperty 注意:空值将被解释为0f
        参数类型
        T - 要包装的号码的类型
        参数
        property - 来源 ReadOnlyProperty
        结果
        一个 ReadOnlyFloatProperty包装了 ReadOnlyProperty如果有必要
        异常
        NullPointerException - 如果 propertynull
        从以下版本开始:
        JavaFX 8.0