|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ext.x3d.exportation.BaseExport
public abstract class BaseExport
Constructor Summary | |
---|---|
BaseExport()
|
Method Summary | |
---|---|
void |
export(SceneTree.Leaf node,
SceneTree.InnerNode transform,
SceneGraphExport sge)
Exports the leaf node to the destination. |
protected abstract 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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseExport()
Method Detail |
---|
public void export(SceneTree.Leaf node, SceneTree.InnerNode transform, SceneGraphExport sge) throws java.io.IOException
SceneGraphExport.NodeExport
node
to the destination. If
transform
is non-null
, this means that
node
is the only child of transform
and the transformation of transform
has to be
exported together with the node
.
export
in interface SceneGraphExport.NodeExport
node
- a leaf of the scene treetransform
- transformation of nodesge
- invoking export instance
java.io.IOException
protected abstract 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
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |