- 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 SummaryModifier and Type Method Description floatget()Returns the current value of thisObservableFloatValue.Methods inherited from interface javafx.beans.value.ObservableNumberValuedoubleValue, floatValue, intValue, longValueMethods inherited from interface javafx.beans.value.ObservableValueaddListener, getValue, removeListener
- 
Method Details- 
getfloat get()Returns the current value of thisObservableFloatValue.- Returns:
- The current value
 
 
-