de.grogra.ext.x3d.exportation
Class LightExport

java.lang.Object
  extended by de.grogra.ext.x3d.exportation.BaseExport
      extended by de.grogra.ext.x3d.exportation.LightExport
All Implemented Interfaces:
SceneGraphExport.NodeExport

public class LightExport
extends BaseExport


Constructor Summary
LightExport()
           
 
Method Summary
protected  void exportImpl(SceneTree.Leaf node, X3DExport export, de.grogra.ext.x3d.xmlbeans.ShapeDocument.Shape shapeNode, de.grogra.ext.x3d.xmlbeans.TransformDocument.Transform transformNode)
           
 
Methods inherited from class de.grogra.ext.x3d.exportation.BaseExport
export
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightExport

public LightExport()
Method Detail

exportImpl

protected void exportImpl(SceneTree.Leaf node,
                          X3DExport export,
                          de.grogra.ext.x3d.xmlbeans.ShapeDocument.Shape shapeNode,
                          de.grogra.ext.x3d.xmlbeans.TransformDocument.Transform transformNode)
                   throws java.io.IOException
Specified by:
exportImpl in class BaseExport
Throws:
java.io.IOException