ShadowDecorationRenderer

data class ShadowDecorationRenderer(shadowChar: Char) : ComponentDecorationRenderer

Types

Companion
Link copied to clipboard
common
object Companion

Functions

copy
Link copied to clipboard
common
fun copy(shadowChar: Char = DEFAULT_SHADOW_CHAR): ShadowDecorationRenderer
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
render
Link copied to clipboard
common
open override fun render(tileGraphics: TileGraphics, context: ComponentDecorationRenderContext)
Renders the decoration to the given TileGraphics.
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

occupiedSize
Link copied to clipboard
common
open override val occupiedSize: Size
The Size this resulting decoration will occupy.
offset
Link copied to clipboard
common
open override val offset: Position
The Position this renderer offsets the rendering.

Sources

(source)
Link copied to clipboard