From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../-background/-init-.html | 88 ++++++++++++++++++++++ .../-background/index.html | 30 ++++++++ 2 files changed, 118 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.core/-background/-init-.html create 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 new file mode 100644 index 00000000..5d56a5b7 --- /dev/null +++ b/docs/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: COLOR, 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 new file mode 100644 index 00000000..fb524ccb --- /dev/null +++ b/docs/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: COLOR, 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