blob: 294a9d2892bc272c88e9b9a5ebfe87ae60bd81de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>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">Border</a><br/>
<br/>
<h1>Border</h1>
(js) <code><span class="keyword">class </span><span class="identifier">Border</span></code>
<p>Type-safe definition of CSS border.</p>
<h3>Parameters</h3>
<p><a name="width"></a>
<code>width</code> - width of the border</p>
<p><a name="style"></a>
<code>style</code> - style of the border</p>
<p><a name="color"></a>
<code>color</code> - color of the border</p>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
(js)
<h4><a href="-init-.html"><init></a></h4>
</td>
<td>
<p>Type-safe definition of CSS border.</p>
<code><span class="identifier">Border</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.core.Border$<init>(kotlin.Pair((kotlin.Number, pl.treksoft.kvision.core.UNIT)), pl.treksoft.kvision.core.BorderStyle, pl.treksoft.kvision.core.Color)/width">width</span><span class="symbol">:</span> <a href="../-css-size.html"><span class="identifier">CssSize</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Border$<init>(kotlin.Pair((kotlin.Number, pl.treksoft.kvision.core.UNIT)), pl.treksoft.kvision.core.BorderStyle, pl.treksoft.kvision.core.Color)/style">style</span><span class="symbol">:</span> <a href="../-border-style/index.html"><span class="identifier">BorderStyle</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.core.Border$<init>(kotlin.Pair((kotlin.Number, pl.treksoft.kvision.core.UNIT)), pl.treksoft.kvision.core.BorderStyle, pl.treksoft.kvision.core.Color)/color">color</span><span class="symbol">:</span> <a href="../-color/index.html"><span class="identifier">Color</span></a><span class="symbol">?</span> <span class="symbol">=</span> null<span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
(js)
<h4><a href="to-string.html">toString</a></h4>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">toString</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>
</BODY>
</HTML>
|