Stacked Tile
This tile implementation contains a stack of Tiles. This can be used to create compositions of Tiles that will be rendered on top of each other (form bottom to top) without having to use Layers.
A StackedTile must have at least oneTile in its stack (tiles) therefore any implementation of this interface must ensure this property.
Since
2020.2.0-RELEASE
See also
Types
Functions
asCharacterTile
Link copied to clipboard
asGraphicTile
Link copied to clipboard
asImageTile
Link copied to clipboard
createCopy
Link copied to clipboard
fetchBorderData
Link copied to clipboard
toBuilder
Link copied to clipboard
withAddedModifiers
Link copied to clipboard
abstract override fun withAddedModifiers(vararg modifiers: Modifier): Tile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers added.
withBackgroundColor
Link copied to clipboard
abstract override fun withBackgroundColor(backgroundColor: TileColor): Tile
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
abstract override fun withForegroundColor(foregroundColor: TileColor): Tile
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
abstract override fun withRemovedModifiers(vararg modifiers: Modifier): Tile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers removed.
abstract override fun withRemovedModifiers(modifiers: Set<Modifier>): Tile
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.
tileType
Link copied to clipboard
Inheritors
Sources
(source)
Link copied to clipboard