Creates a new javafx.beans.binding.FloatBinding
that contains the element
of an javafx.collections.ObservableList
at the specified position. The FloatBinding
will hold 0.0f
if the index
points behind the ObservableList
.
op | the ObservableList | |
index | the position in the List |
FloatBinding
NullPointerException | if the ObservableList is null | |
IllegalArgumentException | if (@code index < 0) |
Diagram: Bindings