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 --- .../pl.treksoft.kvision.core/-border/-init-.html | 40 ++++++++++++++++++++++ .../pl.treksoft.kvision.core/-border/index.html | 32 +++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.core/-border/-init-.html create mode 100644 docs/api/pl.treksoft.kvision.core/-border/index.html (limited to 'docs/api/pl.treksoft.kvision.core/-border') diff --git a/docs/api/pl.treksoft.kvision.core/-border/-init-.html b/docs/api/pl.treksoft.kvision.core/-border/-init-.html new file mode 100644 index 00000000..8f7c5ec3 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-border/-init-.html @@ -0,0 +1,40 @@ + + + +Border.<init> - kvision + + + +kvision / pl.treksoft.kvision.core / Border / <init>
+
+

<init>

+ +Border(width: CssSize? = null, style: BORDERSTYLE? = null) +

Creates CSS Border with given width and style.

+

Parameters

+

+width - width of the border

+

+style - style of the border

+ +Border(width: CssSize? = null, style: BORDERSTYLE? = null, color: Int) +

Creates CSS Border with given width, style and color given in hex format.

+

Parameters

+

+width - width of the border

+

+style - style of the border

+

+color - color in hex format

+ +Border(width: CssSize? = null, style: BORDERSTYLE? = null, color: COLOR) +

Creates CSS Border with given width, style and color given with named constant.

+

Parameters

+

+width - width of the border

+

+style - style of the border

+

+color - color named constant

+ + diff --git a/docs/api/pl.treksoft.kvision.core/-border/index.html b/docs/api/pl.treksoft.kvision.core/-border/index.html new file mode 100644 index 00000000..d495e71e --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-border/index.html @@ -0,0 +1,32 @@ + + + +Border - kvision + + + +kvision / pl.treksoft.kvision.core / Border
+
+

Border

+class Border +

Type-safe definition of CSS border.

+

Constructors

+ + + + + + + +
+

<init>

+
+Border(width: CssSize? = null, style: BORDERSTYLE? = null) +

Creates CSS Border with given width and style.

+Border(width: CssSize? = null, style: BORDERSTYLE? = null, color: Int) +

Creates CSS Border with given width, style and color given in hex format.

+Border(width: CssSize? = null, style: BORDERSTYLE? = null, color: COLOR) +

Creates CSS Border with given width, style and color given with named constant.

+
+ + -- cgit