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

Method Summary
 void export(java.lang.Object object, SceneGraphExport sge)
          Exports object to the destination.
 

Method Detail

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 tree
sge - invoking export instance
Throws:
java.io.IOException