de.grogra.ext.x3d.exportation
Class CylinderExport

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

public class CylinderExport
extends BaseExport
implements AxisExport


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

CylinderExport

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