From e5cca5d069e79055eee104830fe5521e7b75a450 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 20 Jan 2022 12:43:47 +0000 Subject: [PATCH] [auto] upload kotlin docs --- docs/lib/com.github.mnemotechnician.mkui/add-image.html | 2 +- docs/lib/com.github.mnemotechnician.mkui/index.html | 2 +- docs/scripts/pages.json | 2 +- gradlew | 0 4 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 gradlew diff --git a/docs/lib/com.github.mnemotechnician.mkui/add-image.html b/docs/lib/com.github.mnemotechnician.mkui/add-image.html index 3380592..cb491d6 100644 --- a/docs/lib/com.github.mnemotechnician.mkui/add-image.html +++ b/docs/lib/com.github.mnemotechnician.mkui/add-image.html @@ -27,7 +27,7 @@

addImage

-
inline fun Table.addImage(drawable: Drawable, scaling: Scaling = Scaling.bounded): Cell<Image>
inline fun Table.addImage(drawable: TextureRegion, scaling: Scaling = Scaling.bounded): Cell<Image>

Adds a constant image to the table and returns the created cell


inline fun Table.addImage(crossinline provider: () -> TextureRegion, scaling: Scaling = Scaling.bounded): Cell<Image>

Adds a dynamic image to the table and returns the created cell

+
inline fun Table.addImage(drawable: Drawable, scaling: Scaling = Scaling.none): Cell<Image>
inline fun Table.addImage(drawable: TextureRegion, scaling: Scaling = Scaling.none): Cell<Image>

Adds a constant image to the table and returns the created cell


inline fun Table.addImage(crossinline provider: () -> TextureRegion, scaling: Scaling = Scaling.none): Cell<Image>

Adds a dynamic image to the table and returns the created cell

diff --git a/docs/lib/com.github.mnemotechnician.mkui/index.html b/docs/lib/com.github.mnemotechnician.mkui/index.html index 1fd7517..125d377 100644 --- a/docs/lib/com.github.mnemotechnician.mkui/index.html +++ b/docs/lib/com.github.mnemotechnician.mkui/index.html @@ -56,7 +56,7 @@

Functions

-
inline fun Table.addImage(drawable: TextureRegion, scaling: Scaling = Scaling.bounded): Cell<Image>
inline fun Table.addImage(drawable: Drawable, scaling: Scaling = Scaling.bounded): Cell<Image>

Adds a constant image to the table and returns the created cell

inline fun Table.addImage(crossinline provider: () -> TextureRegion, scaling: Scaling = Scaling.bounded): Cell<Image>

Adds a dynamic image to the table and returns the created cell

+
inline fun Table.addImage(drawable: TextureRegion, scaling: Scaling = Scaling.none): Cell<Image>
inline fun Table.addImage(drawable: Drawable, scaling: Scaling = Scaling.none): Cell<Image>

Adds a constant image to the table and returns the created cell

inline fun Table.addImage(crossinline provider: () -> TextureRegion, scaling: Scaling = Scaling.none): Cell<Image>

Adds a dynamic image to the table and returns the created cell

diff --git a/docs/scripts/pages.json b/docs/scripts/pages.json index e0be5ac..bdbb4ff 100644 --- a/docs/scripts/pages.json +++ b/docs/scripts/pages.json @@ -1 +1 @@ -[{"name":"abstract class Window","description":"com.github.mnemotechnician.mkui.windows.Window","location":"lib/com.github.mnemotechnician.mkui.windows/-window/index.html","searchKeys":["Window","abstract class Window","com.github.mnemotechnician.mkui.windows.Window"]},{"name":"abstract fun onCreate()","description":"com.github.mnemotechnician.mkui.windows.Window.onCreate","location":"lib/com.github.mnemotechnician.mkui.windows/-window/on-create.html","searchKeys":["onCreate","abstract fun onCreate()","com.github.mnemotechnician.mkui.windows.Window.onCreate"]},{"name":"abstract var closeable: Boolean","description":"com.github.mnemotechnician.mkui.windows.Window.closeable","location":"lib/com.github.mnemotechnician.mkui.windows/-window/closeable.html","searchKeys":["closeable","abstract var closeable: Boolean","com.github.mnemotechnician.mkui.windows.Window.closeable"]},{"name":"abstract var name: String","description":"com.github.mnemotechnician.mkui.windows.Window.name","location":"lib/com.github.mnemotechnician.mkui.windows/-window/name.html","searchKeys":["name","abstract var name: String","com.github.mnemotechnician.mkui.windows.Window.name"]},{"name":"fun Cell.scaleImage(scaling: Scaling): Cell","description":"com.github.mnemotechnician.mkui.scaleImage","location":"lib/com.github.mnemotechnician.mkui/scale-image.html","searchKeys":["scaleImage","fun Cell.scaleImage(scaling: Scaling): Cell","com.github.mnemotechnician.mkui.scaleImage"]},{"name":"fun Cell.scaleButtonImage(scaling: Scaling): Cell","description":"com.github.mnemotechnician.mkui.scaleButtonImage","location":"lib/com.github.mnemotechnician.mkui/scale-button-image.html","searchKeys":["scaleButtonImage","fun Cell.scaleButtonImage(scaling: Scaling): Cell","com.github.mnemotechnician.mkui.scaleButtonImage"]},{"name":"fun Cell