|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractRenderAppender
public abstract class AbstractRenderAppender
This is an abstract base class that represents the appender. It is used by the Renderers to render output.
Constructor Summary | |
---|---|
AbstractRenderAppender()
|
Method Summary | |
---|---|
abstract void |
append(char c)
|
abstract void |
append(String s)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRenderAppender()
Method Detail |
---|
public abstract void append(String s)
public abstract void append(char c)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |