Property Factory
Factory for custom Property
.
Functions
Link copied to clipboard
open fun getAWTColorChannelProperty(channel: String): RangedIntegerProperty
Content copied to clipboard
open fun getAWTColorChannelProperty(channel: String, value: Int): RangedIntegerProperty
Content copied to clipboard
Returns a new RangedIntegerProperty with range between 255 and 0 and a name that identifies the color channel.
Link copied to clipboard
open fun getFXColorChannelProperty(channel: String): RangedDoubleProperty
Content copied to clipboard
open fun getFXColorChannelProperty(channel: String, value: Double): RangedDoubleProperty
Content copied to clipboard
Returns a new RangedDoubleProperty with range between 1.0 and 0.0 and a name that identifies the color channel.
Link copied to clipboard
Returns a new ListProperty with all available incarnations of Alchemist found via reflection.
Link copied to clipboard
Returns a new SetProperty with all available incarnations of Alchemist found via reflection.
Link copied to clipboard
open fun getPercentageRangedProperty(name: String, value: Double): RangedDoubleProperty
Content copied to clipboard
Returns a new RangedDoubleProperty with range between 100 and 0 and a name that identifies the
Property
.