Module javafx.base

Class ReadOnlyFloatWrapper

    • Constructor Detail

      • ReadOnlyFloatWrapper

        public ReadOnlyFloatWrapper()
        The constructor of ReadOnlyFloatWrapper
      • ReadOnlyFloatWrapper

        public ReadOnlyFloatWrapper​(float initialValue)
        The constructor of ReadOnlyFloatWrapper
        Parameters:
        initialValue - the initial value of the wrapped value
      • ReadOnlyFloatWrapper

        public ReadOnlyFloatWrapper​(Object bean,
                                    String name)
        The constructor of ReadOnlyFloatWrapper
        Parameters:
        bean - the bean of this ReadOnlyFloatProperty
        name - the name of this ReadOnlyFloatProperty
      • ReadOnlyFloatWrapper

        public ReadOnlyFloatWrapper​(Object bean,
                                    String name,
                                    float initialValue)
        The constructor of ReadOnlyFloatWrapper
        Parameters:
        bean - the bean of this ReadOnlyFloatProperty
        name - the name of this ReadOnlyFloatProperty
        initialValue - the initial value of the wrapped value