textFlow

fun NodeManager.textFlow(): TextFlow

Add a TextFlow to this manager.

Return

the control added.


inline fun textFlow(configuration: KtfxTextFlow.() -> Unit): TextFlow

Create a TextFlow with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.textFlow(configuration: KtfxTextFlow.() -> Unit): TextFlow

Add a TextFlow with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.