Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface Drawable
Link copied to clipboard

A Drawable with no size or margin and draws nothing.

Link copied to clipboard
Link copied to clipboard
open class Event
Link copied to clipboard
enum HAlign : Enum<HAlign>
Link copied to clipboard
Link copied to clipboard
class NinePatchDrawable(val ninePatch: NinePatch) : Drawable
Link copied to clipboard
Link copied to clipboard
class OverrideMap<K, V>(onValueChange: () -> Unit? = null) : MutableMap<K, V>
Link copied to clipboard
Link copied to clipboard
class Theme(val drawables: Map<String, Map<String, Drawable>> = mapOf(), val fonts: Map<String, Map<String, BitmapFont>> = mapOf(), val colors: Map<String, Map<String, Color>> = mapOf(), val constants: Map<String, Map<String, Int>> = mapOf(), val defaultFont: BitmapFont? = null)
Link copied to clipboard
enum VAlign : Enum<VAlign>

Functions

Link copied to clipboard
fun createDefaultTheme(extraDrawables: Map<String, Map<String, Drawable>> = mapOf(), extraFonts: Map<String, Map<String, BitmapFont>> = mapOf(), extraColors: Map<String, Map<String, Color>> = mapOf(), extraConstants: Map<String, Map<String, Int>> = mapOf(), defaultFont: BitmapFont? = null): Theme

Creates a new Theme using the default theme values and allowing to add or override any additional theme values.

Link copied to clipboard

Returns the EmptyDrawable singleton object.