diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:17:24 +0200 |
commit | fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (patch) | |
tree | 911c8e9b208b9ba77f00531668d1d99b40fcb8e3 /api1/pl.treksoft.kvision.electron/-create-from-buffer-options | |
parent | 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 (diff) | |
download | kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.gz kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.tar.bz2 kvision-fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb.zip |
API documentation for KVision 2.0.0
Diffstat (limited to 'api1/pl.treksoft.kvision.electron/-create-from-buffer-options')
4 files changed, 95 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/height.html b/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/height.html new file mode 100644 index 00000000..d8196445 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/height.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>CreateFromBufferOptions.height - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">CreateFromBufferOptions</a> / <a href="./height.html">height</a><br/> +<br/> +<h1>height</h1> +<a name="pl.treksoft.kvision.electron.CreateFromBufferOptions$height"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">height</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/index.html b/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/index.html new file mode 100644 index 00000000..c8c7d88a --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/index.html @@ -0,0 +1,53 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>CreateFromBufferOptions - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="./index.html">CreateFromBufferOptions</a><br/> +<br/> +<h1>CreateFromBufferOptions</h1> +<code><span class="keyword">external</span> <span class="keyword">interface </span><span class="identifier">CreateFromBufferOptions</span></code> +<h3>Properties</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="height.html">height</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">height</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="scale-factor.html">scaleFactor</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">scaleFactor</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td> +</tr> +<tr> +<td> +<p><a href="width.html">width</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">width</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</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> +</tbody> +</table> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/scale-factor.html b/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/scale-factor.html new file mode 100644 index 00000000..4e252be4 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/scale-factor.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>CreateFromBufferOptions.scaleFactor - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">CreateFromBufferOptions</a> / <a href="./scale-factor.html">scaleFactor</a><br/> +<br/> +<h1>scaleFactor</h1> +<a name="pl.treksoft.kvision.electron.CreateFromBufferOptions$scaleFactor"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">scaleFactor</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> diff --git a/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/width.html b/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/width.html new file mode 100644 index 00000000..164ff121 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-create-from-buffer-options/width.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>CreateFromBufferOptions.width - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.electron</a> / <a href="index.html">CreateFromBufferOptions</a> / <a href="./width.html">width</a><br/> +<br/> +<h1>width</h1> +<a name="pl.treksoft.kvision.electron.CreateFromBufferOptions$width"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">width</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code> +</BODY> +</HTML> |