Base Graphical Tile
Base class for GraphicalTiles.
Constructors
BaseGraphicalTile
Link copied to clipboard
fun BaseGraphicalTile()
Content copied to clipboard
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
withAddedModifiers
Link copied to clipboard
open override fun withAddedModifiers(vararg modifiers: Modifier): BaseGraphicalTile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers added.
open override fun withAddedModifiers(modifiers: Set<Modifier>): BaseGraphicalTile
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): BaseGraphicalTile
Content copied to clipboard
Creates a copy of this StyleSet with the given background color.
withForegroundColor
Link copied to clipboard
open override fun withForegroundColor(foregroundColor: TileColor): BaseGraphicalTile
Content copied to clipboard
Creates a copy of this StyleSet with the given foreground color.
withModifiers
Link copied to clipboard
open override fun withModifiers(vararg modifiers: Modifier): BaseGraphicalTile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers.
open override fun withModifiers(modifiers: Set<Modifier>): BaseGraphicalTile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers.
withName
Link copied to clipboard
withNoModifiers
Link copied to clipboard
withRemovedModifiers
Link copied to clipboard
open override fun withRemovedModifiers(vararg modifiers: Modifier): BaseGraphicalTile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers removed.
open override fun withRemovedModifiers(modifiers: Set<Modifier>): BaseGraphicalTile
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers removed.
withTags
Link copied to clipboard
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
tileset
Link copied to clipboard
tileType
Link copied to clipboard
Inheritors
DefaultGraphicalTile
Link copied to clipboard
Sources
(source)
Link copied to clipboard