de.grogra.ext.x3d.exportation
Class ParallelogramExport

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

public class ParallelogramExport
extends BaseExport
implements AxisExport


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

ParallelogramExport

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