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/-init-.html | 88 ++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-background/-init-.html (limited to 'api/pl.treksoft.kvision.core/-background/-init-.html') diff --git a/api/pl.treksoft.kvision.core/-background/-init-.html b/api/pl.treksoft.kvision.core/-background/-init-.html new file mode 100644 index 00000000..d4a85194 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-background/-init-.html @@ -0,0 +1,88 @@ + + + +Background.<init> - kvision + + + +kvision / pl.treksoft.kvision.core / Background / <init>
+
+

<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) +

Creates CSS Background with given parameters.

+

Parameters

+

+image - background image

+

+positionX - horizontal position of the background image

+

+positionY - vertical position of the background image

+

+sizeX - horizontal size of the background image

+

+sizeY - vertical size of the background image

+

+size - resize of the background image

+

+repeat - repeat option of the background image

+

+origin - origin option of the background image

+

+clip - clipping option of the background image

+

+attachment - attachment option of the background image

+ +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) +

Creates CSS Background with given parameters.

+

Parameters

+

+color - color of the background in hex format

+

+image - background image

+

+positionX - horizontal position of the background image

+

+positionY - vertical position of the background image

+

+sizeX - horizontal size of the background image

+

+sizeY - vertical size of the background image

+

+size - resize of the background image

+

+repeat - repeat option of the background image

+

+origin - origin option of the background image

+

+clip - clipping option of the background image

+

+attachment - attachment option of the background image

+ +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.

+

Parameters

+

+color - color of the background with named constant

+

+image - background image

+

+positionX - horizontal position of the background image

+

+positionY - vertical position of the background image

+

+sizeX - horizontal size of the background image

+

+sizeY - vertical size of the background image

+

+size - resize of the background image

+

+repeat - repeat option of the background image

+

+origin - origin option of the background image

+

+clip - clipping option of the background image

+

+attachment - attachment option of the background image

+ + -- cgit