commonMain.UpdateElement.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of element Show documentation
Show all versions of element Show documentation
A collection of drawing/charting utilities
package com.juul.krayon.element
public fun interface UpdateElement {
public fun update(root: RootElement, width: Float, height: Float, data: T)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy