All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.jetbrains.skiko.redrawer.Redrawer.kt Maven / Gradle / Ivy

package org.jetbrains.skiko.redrawer

internal interface Redrawer {
    fun dispose()
    fun needRedraw()
    fun redrawImmediately()
    fun syncSize() = Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy