public class ResetableFloatProperty extends AbstractResetableProperty<Number>
| Type | Property and Description | 
|---|---|
| ReadOnlyFloatProperty | baseValueFloat | 
| ReadOnlyProperty<Number> | baseValueA property that tracks the base value of this  ResetableProperty. | 
| FloatProperty | valueFloat | 
| Property<Number> | valueA property that tracks the current value of this  ResetableProperty. | 
| protected FloatProperty | writableBaseValueFloat | 
| protected Property<Number> | writableBaseValue | 
dirtydirty| Constructor and Description | 
|---|
| ResetableFloatProperty() | 
| ResetableFloatProperty(Float value) | 
| ResetableFloatProperty(Object bean,
                      String name) | 
| ResetableFloatProperty(Object bean,
                      String name,
                      Float baseValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadOnlyFloatProperty | baseValueFloatProperty() | 
| ReadOnlyProperty<Number> | baseValueProperty()A property that tracks the base value of this  ResetableProperty. | 
| FloatProperty | valueFloatProperty() | 
| Property<Number> | valueProperty()A property that tracks the current value of this  ResetableProperty. | 
| protected FloatProperty | writableBaseValueFloatProperty() | 
| protected Property<Number> | writableBaseValueProperty() | 
checkValuesAreNotEqual, createDirtyBinding, dirtyProperty, getBaseValue, getBean, getName, getValue, isDirty, rebase, reset, setValue@Nonnull protected Property<Number> writableBaseValueProperty
writableBaseValueProperty in class AbstractResetableProperty<Number>@Nonnull protected FloatProperty writableBaseValueFloatProperty
@Nonnull public ReadOnlyProperty<Number> baseValueProperty
@Nonnull public ReadOnlyFloatProperty baseValueFloatProperty
@Nonnull public FloatProperty valueFloatProperty
@Nonnull protected Property<Number> writableBaseValueProperty()
writableBaseValueProperty in class AbstractResetableProperty<Number>@Nonnull protected FloatProperty writableBaseValueFloatProperty()
@Nonnull public ReadOnlyProperty<Number> baseValueProperty()
ResetablePropertyResetableProperty.@Nonnull public ReadOnlyFloatProperty baseValueFloatProperty()
@Nonnull public Property<Number> valueProperty()
ResetablePropertyResetableProperty.@Nonnull public FloatProperty valueFloatProperty()