styledSnapshotView

fun styledSnapshotView(vararg styleClass: String, id: String? = null): SnapshotView

Create a styled SnapshotView.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledSnapshotView(vararg styleClass: String, id: String? = null): SnapshotView

Add a styled SnapshotView to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledSnapshotView(vararg styleClass: String, id: String? = null, configuration: KtfxSnapshotView.() -> Unit): SnapshotView

Create a styled SnapshotView with configuration block.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.


inline fun NodeManager.styledSnapshotView(vararg styleClass: String, id: String? = null, configuration: KtfxSnapshotView.() -> Unit): SnapshotView

Add a styled SnapshotView with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.