From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- api/pl.treksoft.kvision.core/-border/-init-.html | 12 ++++++------ api/pl.treksoft.kvision.core/-border/index.html | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-border') diff --git a/api/pl.treksoft.kvision.core/-border/-init-.html b/api/pl.treksoft.kvision.core/-border/-init-.html index 1c06969d..7cba6fae 100644 --- a/api/pl.treksoft.kvision.core/-border/-init-.html +++ b/api/pl.treksoft.kvision.core/-border/-init-.html @@ -8,16 +8,16 @@ kvision / pl.treksoft.kvision.core / Border / <init>

<init>

- -Border(width: CssSize? = null, style: BorderStyle? = null) + +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) + +Border(width: CssSize? = null, style: BorderStyle? = null, color: Int)

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

Parameters

@@ -26,8 +26,8 @@ style - style of the border

color - color in hex format

- -Border(width: CssSize? = null, style: BorderStyle? = null, color: Col) + +Border(width: CssSize? = null, style: BorderStyle? = null, color: Col)

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

Parameters

diff --git a/api/pl.treksoft.kvision.core/-border/index.html b/api/pl.treksoft.kvision.core/-border/index.html index f0406d48..265b0006 100644 --- a/api/pl.treksoft.kvision.core/-border/index.html +++ b/api/pl.treksoft.kvision.core/-border/index.html @@ -18,11 +18,11 @@

<init>

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

Creates CSS Border with given width and style.

-Border(width: CssSize? = null, style: BorderStyle? = null, color: Int) +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: Col) +Border(width: CssSize? = null, style: BorderStyle? = null, color: Col)

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

-- cgit