diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:42:30 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-10 14:42:30 +0100 |
commit | e992f3f13ec46cad15cc7d6982e64ffc7223eb9a (patch) | |
tree | cd956af0c307aa8800d2919737908755650448ee /api/pl.treksoft.kvision.core | |
parent | 313507ebebb2155a0cb0c75ca9266e0a6a800ed0 (diff) | |
download | kvision-e992f3f13ec46cad15cc7d6982e64ffc7223eb9a.tar.gz kvision-e992f3f13ec46cad15cc7d6982e64ffc7223eb9a.tar.bz2 kvision-e992f3f13ec46cad15cc7d6982e64ffc7223eb9a.zip |
API documentation for KVision 0.0.29
Diffstat (limited to 'api/pl.treksoft.kvision.core')
-rw-r--r-- | api/pl.treksoft.kvision.core/-color/as-string.html | 14 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.core/-color/index.html | 12 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.core/-widget/index.html | 9 |
3 files changed, 35 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-color/as-string.html b/api/pl.treksoft.kvision.core/-color/as-string.html new file mode 100644 index 00000000..02cba4b7 --- /dev/null +++ b/api/pl.treksoft.kvision.core/-color/as-string.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Color.asString - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">Color</a> / <a href="./as-string.html">asString</a><br/> +<br/> +<h1>asString</h1> +<a name="pl.treksoft.kvision.core.Color$asString()"></a> +<code><span class="keyword">fun </span><span class="identifier">asString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-color/index.html b/api/pl.treksoft.kvision.core/-color/index.html index 9000e96e..e5158323 100644 --- a/api/pl.treksoft.kvision.core/-color/index.html +++ b/api/pl.treksoft.kvision.core/-color/index.html @@ -26,6 +26,18 @@ </tr> </tbody> </table> +<h3>Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="as-string.html">asString</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="identifier">asString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a></code></td> +</tr> +</tbody> +</table> <h3>Extension Functions</h3> <table> <tbody> diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html index 97ce44fe..3329b0a8 100644 --- a/api/pl.treksoft.kvision.core/-widget/index.html +++ b/api/pl.treksoft.kvision.core/-widget/index.html @@ -974,6 +974,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.chart/-chart/index.html">Chart</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Chart</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Widget</span></a></code> +<p>Chart component.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.form.check/-check-input/index.html">CheckInput</a></p> </td> <td> |