com.rubecula.util
Interface Documentable

All Known Implementing Classes:
SymbolicPresentation

public interface Documentable

This interface defines the ability of any object to render itself in the context of a document which implements StylishWriteable.

Since:
V_0_3
Version:
$Revision: 1.4 $
Author:
Robin Hillyard

Method Summary
 void render(StylishWriteable doc)
          This method is used to render this object in the context of a StylishWriteable doc.
 

Method Detail

render

public void render(StylishWriteable doc)
This method is used to render this object in the context of a StylishWriteable doc.

Parameters:
doc - the document in which to render this object.