From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-line-options/-init-.html | 15 +++ .../-line-options/background-color.html | 14 +++ .../-line-options/border-cap-style.html | 14 +++ .../-line-options/border-color.html | 14 +++ .../-line-options/border-dash-offset.html | 14 +++ .../-line-options/border-dash.html | 14 +++ .../-line-options/border-join-style.html | 14 +++ .../-line-options/border-width.html | 14 +++ .../-line-options/cap-bezier-points.html | 14 +++ .../-line-options/cubic-interpolation-mode.html | 14 +++ .../-line-options/fill.html | 14 +++ .../-line-options/index.html | 140 +++++++++++++++++++++ .../-line-options/stepped.html | 14 +++ .../-line-options/tension.html | 14 +++ 14 files changed, 323 insertions(+) create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/-init-.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/background-color.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/border-cap-style.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/border-color.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/border-dash-offset.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/border-dash.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/border-join-style.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/border-width.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/cap-bezier-points.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/cubic-interpolation-mode.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/fill.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/index.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/stepped.html create mode 100644 api1/pl.treksoft.kvision.chart/-line-options/tension.html (limited to 'api1/pl.treksoft.kvision.chart/-line-options') diff --git a/api1/pl.treksoft.kvision.chart/-line-options/-init-.html b/api1/pl.treksoft.kvision.chart/-line-options/-init-.html new file mode 100644 index 00000000..ff547658 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/-init-.html @@ -0,0 +1,15 @@ + + + +LineOptions.<init> - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / <init>
+
+

<init>

+ +LineOptions(cubicInterpolationMode: InterpolationMode = InterpolationMode.DEFAULT, tension: Double = 0.2, backgroundColor: Color? = null, borderWidth: Int = 1, borderColor: Color? = null, borderCapStyle: LineCap? = null, borderDash: List<Any>? = null, borderDashOffset: Int = 0, borderJoinStyle: LineJoin? = null, capBezierPoints: Boolean = true, fill: Boolean = true, stepped: Boolean = false) +

Chart line options.

+ + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/background-color.html b/api1/pl.treksoft.kvision.chart/-line-options/background-color.html new file mode 100644 index 00000000..9ac218ea --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/background-color.html @@ -0,0 +1,14 @@ + + + +LineOptions.backgroundColor - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / backgroundColor
+
+

backgroundColor

+ +val backgroundColor: Color? + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/border-cap-style.html b/api1/pl.treksoft.kvision.chart/-line-options/border-cap-style.html new file mode 100644 index 00000000..8095364e --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/border-cap-style.html @@ -0,0 +1,14 @@ + + + +LineOptions.borderCapStyle - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / borderCapStyle
+
+

borderCapStyle

+ +val borderCapStyle: LineCap? + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/border-color.html b/api1/pl.treksoft.kvision.chart/-line-options/border-color.html new file mode 100644 index 00000000..7003900f --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/border-color.html @@ -0,0 +1,14 @@ + + + +LineOptions.borderColor - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / borderColor
+
+

borderColor

+ +val borderColor: Color? + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/border-dash-offset.html b/api1/pl.treksoft.kvision.chart/-line-options/border-dash-offset.html new file mode 100644 index 00000000..a262d81b --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/border-dash-offset.html @@ -0,0 +1,14 @@ + + + +LineOptions.borderDashOffset - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / borderDashOffset
+
+

borderDashOffset

+ +val borderDashOffset: Int + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/border-dash.html b/api1/pl.treksoft.kvision.chart/-line-options/border-dash.html new file mode 100644 index 00000000..7b8004bd --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/border-dash.html @@ -0,0 +1,14 @@ + + + +LineOptions.borderDash - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / borderDash
+
+

borderDash

+ +val borderDash: List<Any>? + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/border-join-style.html b/api1/pl.treksoft.kvision.chart/-line-options/border-join-style.html new file mode 100644 index 00000000..0d83a9e5 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/border-join-style.html @@ -0,0 +1,14 @@ + + + +LineOptions.borderJoinStyle - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / borderJoinStyle
+
+

borderJoinStyle

+ +val borderJoinStyle: LineJoin? + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/border-width.html b/api1/pl.treksoft.kvision.chart/-line-options/border-width.html new file mode 100644 index 00000000..912f8d77 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/border-width.html @@ -0,0 +1,14 @@ + + + +LineOptions.borderWidth - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / borderWidth
+
+

borderWidth

+ +val borderWidth: Int + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/cap-bezier-points.html b/api1/pl.treksoft.kvision.chart/-line-options/cap-bezier-points.html new file mode 100644 index 00000000..74248ad7 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/cap-bezier-points.html @@ -0,0 +1,14 @@ + + + +LineOptions.capBezierPoints - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / capBezierPoints
+
+

capBezierPoints

+ +val capBezierPoints: Boolean + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/cubic-interpolation-mode.html b/api1/pl.treksoft.kvision.chart/-line-options/cubic-interpolation-mode.html new file mode 100644 index 00000000..7308a808 --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/cubic-interpolation-mode.html @@ -0,0 +1,14 @@ + + + +LineOptions.cubicInterpolationMode - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / cubicInterpolationMode
+
+

cubicInterpolationMode

+ +val cubicInterpolationMode: InterpolationMode + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/fill.html b/api1/pl.treksoft.kvision.chart/-line-options/fill.html new file mode 100644 index 00000000..3cfda0ed --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/fill.html @@ -0,0 +1,14 @@ + + + +LineOptions.fill - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / fill
+
+

fill

+ +val fill: Boolean + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/index.html b/api1/pl.treksoft.kvision.chart/-line-options/index.html new file mode 100644 index 00000000..e288c1be --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/index.html @@ -0,0 +1,140 @@ + + + +LineOptions - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions
+
+

LineOptions

+data class LineOptions +

Chart line options.

+

Constructors

+ + + + + + + +
+

<init>

+
+LineOptions(cubicInterpolationMode: InterpolationMode = InterpolationMode.DEFAULT, tension: Double = 0.2, backgroundColor: Color? = null, borderWidth: Int = 1, borderColor: Color? = null, borderCapStyle: LineCap? = null, borderDash: List<Any>? = null, borderDashOffset: Int = 0, borderJoinStyle: LineJoin? = null, capBezierPoints: Boolean = true, fill: Boolean = true, stepped: Boolean = false) +

Chart line options.

+
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

backgroundColor

+
+val backgroundColor: Color?
+

borderCapStyle

+
+val borderCapStyle: LineCap?
+

borderColor

+
+val borderColor: Color?
+

borderDash

+
+val borderDash: List<Any>?
+

borderDashOffset

+
+val borderDashOffset: Int
+

borderJoinStyle

+
+val borderJoinStyle: LineJoin?
+

borderWidth

+
+val borderWidth: Int
+

capBezierPoints

+
+val capBezierPoints: Boolean
+

cubicInterpolationMode

+
+val cubicInterpolationMode: InterpolationMode
+

fill

+
+val fill: Boolean
+

stepped

+
+val stepped: Boolean
+

tension

+
+val tension: Double
+

Extension Functions

+ + + + + + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+

toJs

+
+fun LineOptions.toJs(): dynamic +

An extension function to convert configuration class to JS object.

+
+ + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/stepped.html b/api1/pl.treksoft.kvision.chart/-line-options/stepped.html new file mode 100644 index 00000000..3d6e3d7a --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/stepped.html @@ -0,0 +1,14 @@ + + + +LineOptions.stepped - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / stepped
+
+

stepped

+ +val stepped: Boolean + + diff --git a/api1/pl.treksoft.kvision.chart/-line-options/tension.html b/api1/pl.treksoft.kvision.chart/-line-options/tension.html new file mode 100644 index 00000000..18f5bf3a --- /dev/null +++ b/api1/pl.treksoft.kvision.chart/-line-options/tension.html @@ -0,0 +1,14 @@ + + + +LineOptions.tension - kvision + + + +kvision / pl.treksoft.kvision.chart / LineOptions / tension
+
+

tension

+ +val tension: Double + + -- cgit