|
Jacson | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.spieleck.app.turn.rendering.BaseRender
public abstract class BaseRender
A abstract RenderMode to make programming RenderMode's easier.
| Constructor Summary | |
|---|---|
BaseRender()
|
|
| Method Summary | |
|---|---|
void |
addSource(java.lang.String fName)
Tell the RenderMode, which Sourcefiles have been considered. |
void |
endSession()
To enable reuse of the same renderer, it gets informed about starting and ending of a complete block of information. |
java.io.File |
getRoot()
|
java.io.File |
getRootOut()
|
void |
init(LineSource ls)
|
void |
render(java.lang.Object o,
java.lang.String fileName,
java.lang.String style,
int round)
API in case we do not have an appropriate timestamp. |
void |
setRoot(java.io.File fi)
Set a root directory, in case the RenderMode has to write files. |
void |
startSession()
To enable reuse of the same renderer, it gets informed about starting and ending of a complete block of information. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.spieleck.app.turn.RenderMode |
|---|
render |
| Constructor Detail |
|---|
public BaseRender()
| Method Detail |
|---|
public void init(LineSource ls)
throws java.io.IOException
init in interface LineSourceInitedjava.io.IOException
public void startSession()
throws java.io.IOException
RenderMode
startSession in interface RenderModejava.io.IOException
public void endSession()
throws java.io.IOException
RenderMode
endSession in interface RenderModejava.io.IOExceptionpublic void addSource(java.lang.String fName)
RenderMode
addSource in interface RenderModepublic void setRoot(java.io.File fi)
RenderMode
setRoot in interface RenderModepublic java.io.File getRoot()
public java.io.File getRootOut()
public void render(java.lang.Object o,
java.lang.String fileName,
java.lang.String style,
int round)
throws java.io.IOException
RenderMode
render in interface RenderModejava.io.IOException
|
spieleck.de | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||