tornadofx / tornadofx / javafx.beans.property.DoubleProperty

Extensions for javafx.beans.property.DoubleProperty

divAssign operator fun DoubleProperty.divAssign(other: Number): Unit
operator fun DoubleProperty.divAssign(other: ObservableNumberValue): Unit
minusAssign operator fun DoubleProperty.minusAssign(other: Number): Unit
operator fun DoubleProperty.minusAssign(other: ObservableNumberValue): Unit
plusAssign operator fun DoubleProperty.plusAssign(other: Number): Unit
operator fun DoubleProperty.plusAssign(other: ObservableNumberValue): Unit
remAssign operator fun DoubleProperty.remAssign(other: Number): Unit
operator fun DoubleProperty.remAssign(other: ObservableNumberValue): Unit
setValue operator fun DoubleProperty.setValue(thisRef: Any, property: KProperty<*>, value: Double): Unit
timesAssign operator fun DoubleProperty.timesAssign(other: Number): Unit
operator fun DoubleProperty.timesAssign(other: ObservableNumberValue): Unit