Module javafx.base

Class ReadOnlyJavaBeanFloatProperty

    • Method Detail

      • get

        public float get()
        Returns the current value of this ObservableFloatValue.
        Specified by:
        get in interface ObservableFloatValue
        Returns:
        The current value
        Throws:
        UndeclaredThrowableException - if calling the getter of the Java Bean property throws an IllegalAccessException or an InvocationTargetException.