Module javafx.base

Interface ObservableFloatValue

All Superinterfaces:
Observable, ObservableNumberValue, ObservableValue<Number>
All Known Implementing Classes:
FloatBinding, FloatExpression, FloatProperty, FloatPropertyBase, JavaBeanFloatProperty, ReadOnlyFloatProperty, ReadOnlyFloatPropertyBase, ReadOnlyFloatWrapper, ReadOnlyJavaBeanFloatProperty, SimpleFloatProperty, SimpleStyleableFloatProperty, StyleableFloatProperty

public interface ObservableFloatValue
extends ObservableNumberValue
An observable float value.
Since:
JavaFX 2.0
See Also:
ObservableValue, ObservableNumberValue
  • Method Details

    • get

      float get()
      Returns the current value of this ObservableFloatValue.
      Returns:
      The current value