Padding Decoration Renderer
data class PaddingDecorationRenderer(top: Int, right: Int, bottom: Int, left: Int, renderingMode: ComponentDecorationRenderer.RenderingMode) : ComponentDecorationRenderer
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(top: Int, right: Int, bottom: Int, left: Int, renderingMode: ComponentDecorationRenderer.RenderingMode = NON_INTERACTIVE): PaddingDecorationRenderer
Content copied to clipboard
render
Link copied to clipboard
open override fun render(tileGraphics: TileGraphics, context: ComponentDecorationRenderContext)
Content copied to clipboard
Renders the decoration to the given TileGraphics.
Properties
Sources
(source)
Link copied to clipboard