public abstract class Printable extends java.lang.Object
Printable()
abstract void
print(java.io.Writer writer)
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Printable()
public java.lang.String toString()
toString
java.lang.Object
public abstract void print(java.io.Writer writer) throws java.io.IOException
java.io.IOException