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

io.github.danielTucano.matplotlib.Quiver.kt Maven / Gradle / Ivy

package io.github.danielTucano.matplotlib

interface Quiver: Artist {

    companion object {
        internal var quiverNumber: Int = 0
            get() {
                field++
                return field
            }
            private set
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy