From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-background/-init-.html | 88 ---------------------- .../-background/index.html | 30 -------- 2 files changed, 118 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.core/-background/-init-.html delete mode 100644 docs/api/pl.treksoft.kvision.core/-background/index.html (limited to 'docs/api/pl.treksoft.kvision.core/-background') diff --git a/docs/api/pl.treksoft.kvision.core/-background/-init-.html b/docs/api/pl.treksoft.kvision.core/-background/-init-.html deleted file mode 100644 index d4a85194..00000000 --- a/docs/api/pl.treksoft.kvision.core/-background/-init-.html +++ /dev/null @@ -1,88 +0,0 @@ - - - -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

- - diff --git a/docs/api/pl.treksoft.kvision.core/-background/index.html b/docs/api/pl.treksoft.kvision.core/-background/index.html deleted file mode 100644 index f72d8eb3..00000000 --- a/docs/api/pl.treksoft.kvision.core/-background/index.html +++ /dev/null @@ -1,30 +0,0 @@ - - - -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