diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-02-09 13:40:35 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-02-09 13:40:35 +0100 |
commit | d8cd67062b8de6e8398dc6dfd00d201200c82414 (patch) | |
tree | 601082ec1eec73bc7a7d6ce8b51352e5345ffe81 /docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p | |
parent | 955304789ea83aceacbdf4c8a9eb742f6c2518f6 (diff) | |
download | kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.tar.gz kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.tar.bz2 kvision-d8cd67062b8de6e8398dc6dfd00d201200c82414.zip |
API doc and readme
Diffstat (limited to 'docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p')
4 files changed, 82 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/-b-o-r-d-e-r.html b/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/-b-o-r-d-e-r.html new file mode 100644 index 00000000..dab7813c --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/-b-o-r-d-e-r.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGCLIP.BORDER - 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">BGCLIP</a> / <a href="./-b-o-r-d-e-r.html">BORDER</a><br/> +<br/> +<h1>BORDER</h1> +<a name="pl.treksoft.kvision.core.BGCLIP.BORDER"></a> +<code><span class="identifier">BORDER</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/-c-o-n-t-e-n-t.html b/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/-c-o-n-t-e-n-t.html new file mode 100644 index 00000000..3d1fa335 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/-c-o-n-t-e-n-t.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGCLIP.CONTENT - 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">BGCLIP</a> / <a href="./-c-o-n-t-e-n-t.html">CONTENT</a><br/> +<br/> +<h1>CONTENT</h1> +<a name="pl.treksoft.kvision.core.BGCLIP.CONTENT"></a> +<code><span class="identifier">CONTENT</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/-p-a-d-d-i-n-g.html b/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/-p-a-d-d-i-n-g.html new file mode 100644 index 00000000..328a93b9 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/-p-a-d-d-i-n-g.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGCLIP.PADDING - 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">BGCLIP</a> / <a href="./-p-a-d-d-i-n-g.html">PADDING</a><br/> +<br/> +<h1>PADDING</h1> +<a name="pl.treksoft.kvision.core.BGCLIP.PADDING"></a> +<code><span class="identifier">PADDING</span></code> +</BODY> +</HTML> diff --git a/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/index.html b/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/index.html new file mode 100644 index 00000000..65e13d16 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.core/-b-g-c-l-i-p/index.html @@ -0,0 +1,40 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>BGCLIP - 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">BGCLIP</a><br/> +<br/> +<h1>BGCLIP</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">BGCLIP</span></code> +<p>Definitions of CSS background clipping options.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-p-a-d-d-i-n-g.html">PADDING</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-b-o-r-d-e-r.html">BORDER</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-o-n-t-e-n-t.html">CONTENT</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |