float
.
javafx.beans.value.ObservableFloatValue
, javafx.beans.binding.FloatExpression
, ReadOnlyProperty
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public ReadOnlyObjectProperty | Returns: the newReadOnlyObjectProperty Overrides javafx. Creates a |
public static < The type of Number to be wrapped T extends Number> ReadOnlyFloatProperty | Returns: AReadOnlyFloatProperty that wraps the
ReadOnlyProperty if necessaryThe source property)ReadOnlyProperty Returns a |
public String | Returns: a string representation of thisReadOnlyFloatProperty object.Overrides java. Returns a string representation of this |
ReadOnlyFloatProperty | back to summary |
---|---|
public ReadOnlyFloatProperty() The constructor of |
asObject | back to summary |
---|---|
public ReadOnlyObjectProperty Overrides javafx. Creates a
|
readOnlyFloatProperty | back to summary |
---|---|
public static <T extends Number> ReadOnlyFloatProperty readOnlyFloatProperty(final ReadOnlyProperty<T> property) Returns a Note null values will be interpreted as 0f
|
toString | back to summary |
---|---|
public String toString() Overrides java. Returns a string representation of this |