Java source code of 'jhplot.math.io.StringPrintable'

package jhplot.math.io;

/**
 * BSD License
 * 
 * @author Yann RICHET
 */
public interface StringPrintable {
    public String getText();
}