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

me.legrange.console.Animator Maven / Gradle / Ivy

The newest version!
package me.legrange.console;

abstract class Animator {

    abstract String draw(N min, N max, N value);

    Animator() {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy