Module javafx.base

Class SimpleFloatProperty

    • Constructor Detail

      • SimpleFloatProperty

        public SimpleFloatProperty​()
        The constructor of FloatProperty
      • SimpleFloatProperty

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

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

        public SimpleFloatProperty​(Object bean,
                                   String name,
                                   float initialValue)
        The constructor of FloatProperty
        Parameters:
        bean - the bean of this FloatProperty
        name - the name of this FloatProperty
        initialValue - the initial value of the wrapped value
    • Method Detail

      • getBean

        public Object getBean​()
        Returns the Object that contains this property. If this property is not contained in an Object, null is returned.
        Returns:
        the containing Object or null
      • getName

        public String getName​()
        Returns the name of this property. If the property does not have a name, this method returns an empty String.
        Returns:
        the name or an empty String