From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.core/-border/-init-.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.core/-border/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.core/-border/-init-.html b/docs/api/pl.treksoft.kvision.core/-border/-init-.html index 8f7c5ec3..1c06969d 100644 --- a/docs/api/pl.treksoft.kvision.core/-border/-init-.html +++ b/docs/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: COLOR) + +Border(width: CssSize? = null, style: BorderStyle? = null, color: Col)

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

Parameters

-- cgit