jfxDrawer

fun NodeManager.jfxDrawer(): JFXDrawer

Add a JFXDrawer to this manager.

Return

the control added.


inline fun jfxDrawer(configuration: KtfxJfxDrawer.() -> Unit): JFXDrawer

Create a JFXDrawer with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxDrawer(configuration: KtfxJfxDrawer.() -> Unit): JFXDrawer

Add a JFXDrawer with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.