From e6e1126cba9e8e35ef8a972039428a7e3c91249b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 8 Mar 2018 13:47:54 +0100 Subject: API documentantion update --- .../-text-shadow/-init-.html | 46 ++++++++++++++++++++++ .../-text-shadow/index.html | 32 +++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-text-shadow/-init-.html create mode 100644 api/pl.treksoft.kvision.core/-text-shadow/index.html (limited to 'api/pl.treksoft.kvision.core/-text-shadow') diff --git a/api/pl.treksoft.kvision.core/-text-shadow/-init-.html b/api/pl.treksoft.kvision.core/-text-shadow/-init-.html new file mode 100644 index 00000000..34f92d1c --- /dev/null +++ b/api/pl.treksoft.kvision.core/-text-shadow/-init-.html @@ -0,0 +1,46 @@ + + + +TextShadow.<init> - kvision + + + +kvision / pl.treksoft.kvision.core / TextShadow / <init>
+
+

<init>

+ +TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null) +

Creates CSS text shadow with given position and radius.

+

Parameters

+

+hShadow - the position of horizontal shadow

+

+vShadow - the position of vertical shadow

+

+blurRadius - the blur radius

+ +TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Int) +

Creates CSS text shadow with given position and radius and color given in hex format.

+

Parameters

+

+hShadow - the position of horizontal shadow

+

+vShadow - the position of vertical shadow

+

+blurRadius - the blur radius

+

+color - color in hex format

+ +TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Col) +

Creates CSS text shadow with given position and radius and color given with named constant.

+

Parameters

+

+hShadow - the position of horizontal shadow

+

+vShadow - the position of vertical shadow

+

+blurRadius - the blur radius

+

+color - color named constant

+ + diff --git a/api/pl.treksoft.kvision.core/-text-shadow/index.html b/api/pl.treksoft.kvision.core/-text-shadow/index.html new file mode 100644 index 00000000..97c108cb --- /dev/null +++ b/api/pl.treksoft.kvision.core/-text-shadow/index.html @@ -0,0 +1,32 @@ + + + +TextShadow - kvision + + + +kvision / pl.treksoft.kvision.core / TextShadow
+
+

TextShadow

+class TextShadow +

Type-safe definition of CSS text shadow.

+

Constructors

+ + + + + + + +
+

<init>

+
+TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null) +

Creates CSS text shadow with given position and radius.

+TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Int) +

Creates CSS text shadow with given position and radius and color given in hex format.

+TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Col) +

Creates CSS text shadow with given position and radius and color given with named constant.

+
+ + -- cgit