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