|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jamon.AbstractRenderer
public abstract class AbstractRenderer
A simple abstract class which lacks only a Writer to which to render.
| Constructor Summary | |
|---|---|
AbstractRenderer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
asString()
Render this Renderer into a String. |
abstract void |
renderTo(java.io.Writer p_writer)
Render to the given writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRenderer()
| Method Detail |
|---|
public abstract void renderTo(java.io.Writer p_writer)
throws java.io.IOException
renderTo in interface Rendererp_writer - the Writer to which to render
java.io.IOException - if writing to the Writer throws an IOExceptionpublic final java.lang.String asString()
asString in interface Renderer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||