org.primordion.xholon.io.vrml
Interface IVrmlWriter

All Known Implementing Classes:
AbstractVrmlWriter, VrmlWriterCell, VrmlWriterHelloWorld

public interface IVrmlWriter

VRML IVrmlWriter.

Since:
0.3 (Created on May 3, 2006)
Author:
Ken Webb

Method Summary
 void writeAsVrml(IXholon xhNode)
          Write VRML .wrl file
 

Method Detail

writeAsVrml

public void writeAsVrml(IXholon xhNode)
Write VRML .wrl file

Parameters:
xhNode - Xholon node from which to start outputting the VRML.