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 --- .../kotlin.-int/index.html | 108 --------------------- 1 file changed, 108 deletions(-) (limited to 'api/pl.treksoft.kvision.utils/kotlin.-int/index.html') diff --git a/api/pl.treksoft.kvision.utils/kotlin.-int/index.html b/api/pl.treksoft.kvision.utils/kotlin.-int/index.html index 771352cc..264af1d0 100644 --- a/api/pl.treksoft.kvision.utils/kotlin.-int/index.html +++ b/api/pl.treksoft.kvision.utils/kotlin.-int/index.html @@ -12,69 +12,6 @@ -

ch

- - -val Int.ch: CssSize -

Extension property to convert Int to CSS ch units.

- - - - -

cm

- - -val Int.cm: CssSize -

Extension property to convert Int to CSS cm units.

- - - - -

em

- - -val Int.em: CssSize -

Extension property to convert Int to CSS em units.

- - - - -

in

- - -val Int.in: CssSize -

Extension property to convert Int to CSS in units.

- - - - -

mm

- - -val Int.mm: CssSize -

Extension property to convert Int to CSS mm units.

- - - - -

pc

- - -val Int.pc: CssSize -

Extension property to convert Int to CSS pc units.

- - - - -

perc

- - -val Int.perc: CssSize -

Extension property to convert Int to CSS percent units.

- - - -

pt

@@ -93,15 +30,6 @@ -

rem

- - -val Int.rem: CssSize -

Extension property to convert Int to CSS rem units.

- - - -

toHexString

@@ -109,42 +37,6 @@

Extension function to convert Int to hex format.

- - -

vh

- - -val Int.vh: CssSize -

Extension property to convert Int to CSS vh units.

- - - - -

vmax

- - -val Int.vmax: CssSize -

Extension property to convert Int to CSS vmax units.

- - - - -

vmin

- - -val Int.vmin: CssSize -

Extension property to convert Int to CSS vmin units.

- - - - -

vw

- - -val Int.vw: CssSize -

Extension property to convert Int to CSS vw units.

- - -- cgit