From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- .../-background/index.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-background/index.html (limited to 'api/pl.treksoft.kvision.core/-background/index.html') diff --git a/api/pl.treksoft.kvision.core/-background/index.html b/api/pl.treksoft.kvision.core/-background/index.html new file mode 100644 index 00000000..f72d8eb3 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-background/index.html @@ -0,0 +1,30 @@ + + + +Background - kvision + + + +kvision / pl.treksoft.kvision.core / Background
+
+

Background

+class Background +

Type-safe definition of CSS background.

+

Constructors

+ + + + + + + +
+

<init>

+
+Background(image: ResString? = null, positionX: CssSize? = null, positionY: CssSize? = null, sizeX: CssSize? = null, sizeY: CssSize? = null, size: BgSize? = null, repeat: BgRepeat? = null, origin: BgOrigin? = null, clip: BgClip? = null, attachment: BgAttach? = null)
+Background(color: Int, image: ResString? = null, positionX: CssSize? = null, positionY: CssSize? = null, sizeX: CssSize? = null, sizeY: CssSize? = null, size: BgSize? = null, repeat: BgRepeat? = null, origin: BgOrigin? = null, clip: BgClip? = null, attachment: BgAttach? = null)
+Background(color: Col, image: ResString? = null, positionX: CssSize? = null, positionY: CssSize? = null, sizeX: CssSize? = null, sizeY: CssSize? = null, size: BgSize? = null, repeat: BgRepeat? = null, origin: BgOrigin? = null, clip: BgClip? = null, attachment: BgAttach? = null) +

Creates CSS Background with given parameters.

+
+ + -- cgit