getPercentageRangedProperty

open fun getPercentageRangedProperty(name: String): RangedDoubleProperty

Returns a new RangedDoubleProperty with range between 100 and 0 and a name that identifies the Property.

Return

the RangedIntegerProperty

Parameters

name

the name to give to the Property


open fun getPercentageRangedProperty(name: String, value: Double): RangedDoubleProperty

Returns a new RangedDoubleProperty with range between 100 and 0 and a name that identifies the Property.

Return

the RangedIntegerProperty

Parameters

name

the name to give to the Property

value

the initial value to give to the Property