From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- .../-text-shadow/-init-.html | 46 ---------------------- .../-text-shadow/index.html | 27 +++++-------- 2 files changed, 9 insertions(+), 64 deletions(-) delete mode 100644 api/pl.treksoft.kvision.core/-text-shadow/-init-.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 deleted file mode 100644 index 46ec1e27..00000000 --- a/api/pl.treksoft.kvision.core/-text-shadow/-init-.html +++ /dev/null @@ -1,46 +0,0 @@ - - - -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 index 9e14e793..8b0975bf 100644 --- a/api/pl.treksoft.kvision.core/-text-shadow/index.html +++ b/api/pl.treksoft.kvision.core/-text-shadow/index.html @@ -10,24 +10,15 @@

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.

-
+

Parameters

+

+hShadow - the position of the horizontal shadow

+

+vShadow - the position of the vertical shadow

+

+blurRadius - the blur radius

+

+color - color of the shadow

Functions

-- cgit