de.grogra.ext.x3d.exportation
Class BackgroundExport

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

public class BackgroundExport
extends BaseExport


Constructor Summary
BackgroundExport()
           
 
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

BackgroundExport

public BackgroundExport()
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