Tile
A Tile is the basic building block that can be drawn on the screen. It is a rectangular graphic, or character that can also be drawn on DrawSurfaces using DrawSurface.draw.
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.
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
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.
Properties
backgroundColor
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
tileType
Link copied to clipboard
Inheritors
CharacterTile
Link copied to clipboard
GraphicalTile
Link copied to clipboard
ImageTile
Link copied to clipboard
StackedTile
Link copied to clipboard
BaseTile
Link copied to clipboard
DefaultStackedTile
Link copied to clipboard
Sources
(source)
Link copied to clipboard