jfxRippler

fun NodeManager.jfxRippler(): JFXRippler

Add a JFXRippler to this manager.

Return

the control added.


inline fun jfxRippler(configuration: KtfxJfxRippler.() -> Unit): JFXRippler

Create a JFXRippler with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxRippler(configuration: KtfxJfxRippler.() -> Unit): JFXRippler

Add a JFXRippler with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.