de.grogra.ext.x3d.exportation
Class BoxExport

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

public class BoxExport
extends BaseExport
implements AxisExport


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

BoxExport

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