PropertyFactory

class PropertyFactory

Factory for custom Property.

Functions

Link copied to clipboard
open fun getAWTColorChannelProperty(channel: String): RangedIntegerProperty
open fun getAWTColorChannelProperty(channel: String, value: Int): RangedIntegerProperty
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
open fun getFXColorChannelProperty(channel: String, value: Double): RangedDoubleProperty
Returns a new RangedDoubleProperty with range between 1.0 and 0.0 and a name that identifies the color channel.
Link copied to clipboard
open fun getIncarnationsListProperty(name: String): ListProperty<String>
Returns a new ListProperty with all available incarnations of Alchemist found via reflection.
Link copied to clipboard
open fun getIncarnationsSetProperty(name: String): SetProperty<String>
Returns a new SetProperty with all available incarnations of Alchemist found via reflection.
Link copied to clipboard
open fun getPercentageRangedProperty(name: String): RangedDoubleProperty
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.