Component Builder
Functions
withAlignment
Link copied to clipboard
withAlignmentAround
Link copied to clipboard
open fun withAlignmentAround(component: Component, alignment: ComponentAlignment): U
Content copied to clipboard
withAlignmentWithin
Link copied to clipboard
open fun withAlignmentWithin(container: Container, alignment: ComponentAlignment): U
Content copied to clipboard
open fun withAlignmentWithin(tileGrid: TileGrid, alignment: ComponentAlignment): U
Content copied to clipboard
withColorTheme
Link copied to clipboard
withComponentRenderer
Link copied to clipboard
abstract fun withComponentRenderer(componentRenderer: ComponentRenderer<T>): U
Content copied to clipboard
withComponentStyleSet
Link copied to clipboard
abstract fun withComponentStyleSet(componentStyleSet: ComponentStyleSet): U
Content copied to clipboard
withDecorations
Link copied to clipboard
abstract fun withDecorations(vararg renderers: ComponentDecorationRenderer): U
Content copied to clipboard
withPosition
Link copied to clipboard
withRendererFunction
Link copied to clipboard
abstract fun withRendererFunction(fn: (TileGraphics, ComponentRenderContext<T>) -> Unit): U
Content copied to clipboard
withTileset
Link copied to clipboard
withUpdateOnAttach
Link copied to clipboard
Inheritors
BaseComponentBuilder
Link copied to clipboard
Sources
(source)
Link copied to clipboard