Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.scripting.sai
Interface BaseNodeFactory


public interface BaseNodeFactory

Defines the requirements of the node wrapper factory.

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 X3DNode getBaseNode(VRMLNodeType vrmlNode)
          Given the argument VRMLNodeType, create and return a cooresponding BaseNode instance.
 

Method Detail

getBaseNode

X3DNode getBaseNode(VRMLNodeType vrmlNode)
Given the argument VRMLNodeType, create and return a cooresponding BaseNode instance.

Parameters:
vrmlNode - the node to wrap in a BaseNode instance
Returns:
The BaseNode instance

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium