|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Renderable
This interface is implemented by objects which need to customise their rendering.
| Method Summary | |
|---|---|
void |
render(Renderer r)
This method is called to render the implementing object to the specified renderer. |
| Method Detail |
|---|
void render(Renderer r)
throws java.io.IOException
If the implementing object is not a core part of MillScript you may need to query what type of renderer it is, so you can further customise your rendering as appropriate.
r - the renderer to render this object with
java.io.IOException - thrown if an IO problem occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||