de.grogra.imp3d.io
Interface SceneGraphExport.ObjectExport
- Enclosing class:
- SceneGraphExport
public static interface SceneGraphExport.ObjectExport
This interface is used to export an object (as an attribute of
a node of the scene tree) to the destination.
- Author:
- Ole Kniemeyer
export
void export(java.lang.Object object,
SceneGraphExport sge)
throws java.io.IOException
- Exports
object
to the destination.
- Parameters:
object
- some attribute value of the scene treesge
- invoking export instance
- Throws:
java.io.IOException