
dnl.utils.text.table.TableRenderer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of j-text-utils Show documentation
Show all versions of j-text-utils Show documentation
Gives text representations of common data views such as tree and table.
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