- 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 Summary
Modifier and Type Method Description float
get()
Returns the current value of thisObservableFloatValue
.Methods inherited from interface javafx.beans.Observable
addListener, removeListener
Methods inherited from interface javafx.beans.value.ObservableNumberValue
doubleValue, floatValue, intValue, longValue
Methods inherited from interface javafx.beans.value.ObservableValue
addListener, getValue, removeListener
-
Method Details
-
get
float get()Returns the current value of thisObservableFloatValue
.- Returns:
- The current value
-