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

net.kemitix.text.fit.TextFit Maven / Gradle / Ivy

The newest version!
package net.kemitix.text.fit;

public interface TextFit {
    static WordWrapper wrapper() {
        return new TextLineWrapImpl();
    }
    static BoxFitter fitter() {
        return new BoxFitterImpl(wrapper());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy