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

dnl.utils.text.table.TableRenderer Maven / Gradle / Ivy

The newest version!
package dnl.utils.text.table;

import java.io.OutputStream;
import java.io.Writer;

public interface TableRenderer {
	public void render(OutputStream ps, int indent);

	public void render(Writer w, int indent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy