Default Stacked Tile
data class DefaultStackedTile(baseTile: Tile, rest: PersistentList<Tile>) : StackedTile, Tile
Content copied to clipboard
Functions
asCharacterTile
Link copied to clipboard
asGraphicTile
Link copied to clipboard
asImageTile
Link copied to clipboard
component1
Link copied to clipboard
copy
Link copied to clipboard
fun copy(baseTile: Tile, rest: PersistentList<Tile> = persistentListOf()): DefaultStackedTile
Content copied to clipboard
createCopy
Link copied to clipboard
fetchBorderData
Link copied to clipboard
toBuilder
Link copied to clipboard
withAddedModifiers
Link copied to clipboard
open override fun withAddedModifiers(vararg modifiers: Modifier): StackedTile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers added.
open override fun withAddedModifiers(modifiers: Set<Modifier>): StackedTile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers added.
withBackgroundColor
Link copied to clipboard
open override fun withBackgroundColor(backgroundColor: TileColor): StackedTile
Content copied to clipboard
Creates a copy of this StyleSet with the given background color.
withBaseTile
Link copied to clipboard
withForegroundColor
Link copied to clipboard
open override fun withForegroundColor(foregroundColor: TileColor): StackedTile
Content copied to clipboard
Creates a copy of this StyleSet with the given foreground color.
withModifiers
Link copied to clipboard
withNoModifiers
Link copied to clipboard
withPushedTile
Link copied to clipboard
Returns a new StackedTile that's the copy of this one, with the given tile pushed on top of the stack.
withRemovedModifiers
Link copied to clipboard
open override fun withRemovedModifiers(vararg modifiers: Modifier): StackedTile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers removed.
open override fun withRemovedModifiers(modifiers: Set<Modifier>): StackedTile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers removed.
withRemovedTile
Link copied to clipboard
Properties
backgroundColor
Link copied to clipboard
baseTile
Link copied to clipboard
foregroundColor
Link copied to clipboard
isBlinking
Link copied to clipboard
isCrossedOut
Link copied to clipboard
isHorizontalFlipped
Link copied to clipboard
isNotEmpty
Link copied to clipboard
isUnderlined
Link copied to clipboard
isVerticalFlipped
Link copied to clipboard
tiles
Link copied to clipboard
Contains all the tiles in this StackedTile from top to bottom.
Sources
(source)
Link copied to clipboard