jfxRippler

inline fun NodeContainer.jfxRippler(): JFXRippler

Add a JFXRippler to this container.

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 NodeContainer.jfxRippler(configuration: KtfxJfxRippler.() -> Unit): JFXRippler

Add a JFXRippler with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.