Clearable

interface Clearable

Clearing resets the Clearable object to its default state which is visually empty.

Functions

clear
Link copied to clipboard
common
abstract fun clear()
Clears this Clearable.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

LogArea
Link copied to clipboard
DrawSurface
Link copied to clipboard
TileGrid
Link copied to clipboard
ThreadSafeLayer
Link copied to clipboard

Sources

(source)
Link copied to clipboard