Interface NodeImplSource
- All Known Implementing Classes:
SFNode
public interface NodeImplSource
Marker interface that shows a class can contain an underlying
VRMLNodeType
instance.
This is used to allow both the ordinary SFNode as well as the script wrapper ("this") to be used in calls like addRoute().
- Version:
- $Revision: 1.1 $
- Author:
- Justin Couch
-
Method Summary
Modifier and TypeMethodDescriptionGet the underlying node that this object represents.
-
Method Details
-
getImplNode
VRMLNodeType getImplNode()Get the underlying node that this object represents.- Returns:
- The node reference
-