jvmMain.io.nacular.doodle.theme.native.SwingGraphicsFactory.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of desktop-jvm Show documentation
Show all versions of desktop-jvm Show documentation
A pure Kotlin, UI framework for the Web
package io.nacular.doodle.theme.native
import org.jetbrains.skia.Canvas as SkiaCanvas
/**
* Created by Nicholas Eddy on 8/9/21.
*/
internal interface SwingGraphicsFactory {
operator fun invoke(skiaCanvas: SkiaCanvas): SkiaGraphics2D
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy