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.chart/-layout-padding-object | |
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.chart/-layout-padding-object')
6 files changed, 155 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart/-layout-padding-object/-init-.html b/api/pl.treksoft.kvision.chart/-layout-padding-object/-init-.html new file mode 100644 index 00000000..53918ec1 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-layout-padding-object/-init-.html @@ -0,0 +1,15 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LayoutPaddingObject.<init> - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.chart</a> / <a href="index.html">LayoutPaddingObject</a> / <a href="./-init-.html"><init></a><br/> +<br/> +<h1><init></h1> +<a name="pl.treksoft.kvision.chart.LayoutPaddingObject$<init>(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)"></a> +<code><span class="identifier">LayoutPaddingObject</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.chart.LayoutPaddingObject$<init>(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/top">top</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.LayoutPaddingObject$<init>(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/right">right</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.LayoutPaddingObject$<init>(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/bottom">bottom</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.LayoutPaddingObject$<init>(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/left">left</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">)</span></code> +<p>Chart layout padding options.</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.chart/-layout-padding-object/bottom.html b/api/pl.treksoft.kvision.chart/-layout-padding-object/bottom.html new file mode 100644 index 00000000..48a2bebd --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-layout-padding-object/bottom.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LayoutPaddingObject.bottom - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.chart</a> / <a href="index.html">LayoutPaddingObject</a> / <a href="./bottom.html">bottom</a><br/> +<br/> +<h1>bottom</h1> +<a name="pl.treksoft.kvision.chart.LayoutPaddingObject$bottom"></a> +<code><span class="keyword">val </span><span class="identifier">bottom</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.chart/-layout-padding-object/index.html b/api/pl.treksoft.kvision.chart/-layout-padding-object/index.html new file mode 100644 index 00000000..19aeb909 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-layout-padding-object/index.html @@ -0,0 +1,84 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LayoutPaddingObject - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.chart</a> / <a href="./index.html">LayoutPaddingObject</a><br/> +<br/> +<h1>LayoutPaddingObject</h1> +<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">LayoutPaddingObject</span></code> +<p>Chart layout padding options.</p> +<h3>Constructors</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-init-.html"><init></a></p> +</td> +<td> +<code><span class="identifier">LayoutPaddingObject</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.chart.LayoutPaddingObject$<init>(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/top">top</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.LayoutPaddingObject$<init>(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/right">right</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.LayoutPaddingObject$<init>(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/bottom">bottom</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.chart.LayoutPaddingObject$<init>(kotlin.Int, kotlin.Int, kotlin.Int, kotlin.Int)/left">left</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">)</span></code> +<p>Chart layout padding options.</p> +</td> +</tr> +</tbody> +</table> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="bottom.html">bottom</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">bottom</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="left.html">left</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">left</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="right.html">right</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">right</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="top.html">top</a></p> +</td> +<td> +<code><span class="keyword">val </span><span class="identifier">top</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code></td> +</tr> +</tbody> +</table> +<h3>Extension Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html">createInstance</a></p> +</td> +<td> +<code><span class="keyword">fun </span><span class="symbol"><</span><span class="identifier">T</span><span class="symbol">></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">.</span><span class="identifier">createInstance</span><span class="symbol">(</span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.utils$createInstance(kotlin.Any, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span> <span class="keyword">dynamic</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.utils/kotlin.-any/create-instance.html#T"><span class="identifier">T</span></a></code> +<p>Helper function for creating JavaScript objects from dynamic constructors.</p> +</td> +</tr> +<tr> +<td> +<p><a href="../to-js.html">toJs</a></p> +</td> +<td> +<code><span class="keyword">fun </span><a href="./index.html"><span class="identifier">LayoutPaddingObject</span></a><span class="symbol">.</span><span class="identifier">toJs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="keyword">dynamic</span></code> +<p>An extension function to convert configuration class to JS object.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.chart/-layout-padding-object/left.html b/api/pl.treksoft.kvision.chart/-layout-padding-object/left.html new file mode 100644 index 00000000..8f8fbda9 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-layout-padding-object/left.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LayoutPaddingObject.left - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.chart</a> / <a href="index.html">LayoutPaddingObject</a> / <a href="./left.html">left</a><br/> +<br/> +<h1>left</h1> +<a name="pl.treksoft.kvision.chart.LayoutPaddingObject$left"></a> +<code><span class="keyword">val </span><span class="identifier">left</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.chart/-layout-padding-object/right.html b/api/pl.treksoft.kvision.chart/-layout-padding-object/right.html new file mode 100644 index 00000000..3eb08c74 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-layout-padding-object/right.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LayoutPaddingObject.right - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.chart</a> / <a href="index.html">LayoutPaddingObject</a> / <a href="./right.html">right</a><br/> +<br/> +<h1>right</h1> +<a name="pl.treksoft.kvision.chart.LayoutPaddingObject$right"></a> +<code><span class="keyword">val </span><span class="identifier">right</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.chart/-layout-padding-object/top.html b/api/pl.treksoft.kvision.chart/-layout-padding-object/top.html new file mode 100644 index 00000000..1e580f96 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-layout-padding-object/top.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>LayoutPaddingObject.top - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.chart</a> / <a href="index.html">LayoutPaddingObject</a> / <a href="./top.html">top</a><br/> +<br/> +<h1>top</h1> +<a name="pl.treksoft.kvision.chart.LayoutPaddingObject$top"></a> +<code><span class="keyword">val </span><span class="identifier">top</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> |