package org.seqcode.viz.html; import java.io.PrintStream; public interface HTMLElmt { public void print(PrintStream ps); }