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

io.data2viz.viz.VizRenderer.kt Maven / Gradle / Ivy

There is a newer version: 0.8.0-RC5
Show newest version
package io.data2viz.viz


/**
 * Common interface for all platform renderers.
 */
interface VizRenderer {

    val viz:Viz

    fun render()

    /**
     * Starts all animations
     */
    fun startAnimations()

    /**
     * Stops all animations.
     */
    fun stopAnimations()

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy