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

com.gempukku.libgdx.graph.util.NumberFormatter Maven / Gradle / Ivy

package com.gempukku.libgdx.graph.util;

public interface NumberFormatter {
    String format(float value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy