Module javafx.base

Class ReadOnlyJavaBeanDoubleProperty

    • Method Detail

      • get

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