jfxMasonryPane

fun NodeManager.jfxMasonryPane(): JFXMasonryPane

Add a JFXMasonryPane to this manager.

Return

the control added.


inline fun jfxMasonryPane(configuration: KtfxJfxMasonryPane.() -> Unit): JFXMasonryPane

Create a JFXMasonryPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxMasonryPane(configuration: KtfxJfxMasonryPane.() -> Unit): JFXMasonryPane

Add a JFXMasonryPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.