Module javafx.base

Class FloatPropertyBase

    • Constructor Detail

      • FloatPropertyBase

        public FloatPropertyBase()
        The constructor of the FloatPropertyBase.
      • FloatPropertyBase

        public FloatPropertyBase​(float initialValue)
        The constructor of the FloatPropertyBase.
        Parameters:
        initialValue - the initial value of the wrapped value
    • Method Detail

      • invalidated

        protected void invalidated()
        The method invalidated() can be overridden to receive invalidation notifications. This is the preferred option in Objects defining the property, because it requires less memory. The default implementation is empty.
      • toString

        public String toString()
        Returns a string representation of this FloatPropertyBase object.
        Overrides:
        toString in class FloatProperty
        Returns:
        a string representation of this FloatPropertyBase object.