Package 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
Modifier and TypeMethodDescriptiongetBaseNode
(VRMLNodeType vrmlNode) Given the argument VRMLNodeType, create and return a corresponding BaseNode instance.
-
Method Details
-
getBaseNode
Given the argument VRMLNodeType, create and return a corresponding BaseNode instance.- Parameters:
vrmlNode
- the node to wrap in a BaseNode instance- Returns:
- The BaseNode instance
-