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/index.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.core/-border/index.html (limited to 'docs/api/pl.treksoft.kvision.core/-border/index.html') 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