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 --- .../kotlin.-int/index.html | 56 +++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.utils/kotlin.-int/index.html') diff --git a/docs/api/pl.treksoft.kvision.utils/kotlin.-int/index.html b/docs/api/pl.treksoft.kvision.utils/kotlin.-int/index.html index 3f97423f..771352cc 100644 --- a/docs/api/pl.treksoft.kvision.utils/kotlin.-int/index.html +++ b/docs/api/pl.treksoft.kvision.utils/kotlin.-int/index.html @@ -15,8 +15,8 @@

ch

-fun Int.ch(): CssSize -

Extension function to convert Int to CSS ch units.

+val Int.ch: CssSize +

Extension property to convert Int to CSS ch units.

@@ -24,8 +24,8 @@

cm

-fun Int.cm(): CssSize -

Extension function to convert Int to CSS cm units.

+val Int.cm: CssSize +

Extension property to convert Int to CSS cm units.

@@ -33,8 +33,8 @@

em

-fun Int.em(): CssSize -

Extension function to convert Int to CSS em units.

+val Int.em: CssSize +

Extension property to convert Int to CSS em units.

@@ -42,8 +42,8 @@

in

-fun Int.in(): CssSize -

Extension function to convert Int to CSS in units.

+val Int.in: CssSize +

Extension property to convert Int to CSS in units.

@@ -51,8 +51,8 @@

mm

-fun Int.mm(): CssSize -

Extension function to convert Int to CSS mm units.

+val Int.mm: CssSize +

Extension property to convert Int to CSS mm units.

@@ -60,8 +60,8 @@

pc

-fun Int.pc(): CssSize -

Extension function to convert Int to CSS pc units.

+val Int.pc: CssSize +

Extension property to convert Int to CSS pc units.

@@ -69,8 +69,8 @@

perc

-fun Int.perc(): CssSize -

Extension function to convert Int to CSS percent units.

+val Int.perc: CssSize +

Extension property to convert Int to CSS percent units.

@@ -78,8 +78,8 @@

pt

-fun Int.pt(): CssSize -

Extension function to convert Int to CSS pt units.

+val Int.pt: CssSize +

Extension property to convert Int to CSS pt units.

@@ -87,8 +87,8 @@

px

-fun Int.px(): CssSize -

Extension function to convert Int to CSS px units.

+val Int.px: CssSize +

Extension property to convert Int to CSS px units.

@@ -96,8 +96,8 @@

rem

-fun Int.rem(): CssSize -

Extension function to convert Int to CSS rem units.

+val Int.rem: CssSize +

Extension property to convert Int to CSS rem units.

@@ -114,8 +114,8 @@

vh

-fun Int.vh(): CssSize -

Extension function to convert Int to CSS vh units.

+val Int.vh: CssSize +

Extension property to convert Int to CSS vh units.

@@ -123,8 +123,8 @@

vmax

-fun Int.vmax(): CssSize -

Extension function to convert Int to CSS vmax units.

+val Int.vmax: CssSize +

Extension property to convert Int to CSS vmax units.

@@ -132,8 +132,8 @@

vmin

-fun Int.vmin(): CssSize -

Extension function to convert Int to CSS vmin units.

+val Int.vmin: CssSize +

Extension property to convert Int to CSS vmin units.

@@ -141,8 +141,8 @@

vw

-fun Int.vw(): CssSize -

Extension function to convert Int to CSS vw units.

+val Int.vw: CssSize +

Extension property to convert Int to CSS vw units.

-- cgit