From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Mon, 26 Feb 2018 14:21:46 +0100
Subject: API documentation update
---
.../pl.treksoft.kvision.html/-image/-init-.html | 4 +-
docs/api/pl.treksoft.kvision.html/-image/alt.html | 6 +++
.../pl.treksoft.kvision.html/-image/centered.html | 6 +++
.../api/pl.treksoft.kvision.html/-image/image.html | 4 +-
.../api/pl.treksoft.kvision.html/-image/index.html | 52 ++++++++++++++++++++--
.../-image/responsive.html | 6 +++
.../api/pl.treksoft.kvision.html/-image/shape.html | 8 +++-
docs/api/pl.treksoft.kvision.html/-image/src.html | 6 +++
8 files changed, 84 insertions(+), 8 deletions(-)
(limited to 'docs/api/pl.treksoft.kvision.html/-image')
diff --git a/docs/api/pl.treksoft.kvision.html/-image/-init-.html b/docs/api/pl.treksoft.kvision.html/-image/-init-.html
index 273c2b0b..b0677b33 100644
--- a/docs/api/pl.treksoft.kvision.html/-image/-init-.html
+++ b/docs/api/pl.treksoft.kvision.html/-image/-init-.html
@@ -8,8 +8,8 @@
kvision / pl.treksoft.kvision.html / Image / <init>
<init>
-
-Image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: IMAGESHAPE? = null, centered: Boolean = false, classes: Set<String> = setOf())
+
+Image(src: ResString, alt: String? = null, responsive: Boolean = false, shape: ImageShape? = null, centered: Boolean = false, classes: Set<String> = setOf())
Parameters
src
- image URL
diff --git a/docs/api/pl.treksoft.kvision.html/-image/alt.html b/docs/api/pl.treksoft.kvision.html/-image/alt.html
index 1013f25a..3714f0e8 100644
--- a/docs/api/pl.treksoft.kvision.html/-image/alt.html
+++ b/docs/api/pl.treksoft.kvision.html/-image/alt.html
@@ -11,5 +11,11 @@
var alt: String?
The alternative text of the image.
+Getter
+
The alternative text of the image.
+
+Setter
+
The alternative text of the image.
+