Package vrml
Class BaseNode
java.lang.Object
vrml.BaseNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a reference to the browser object to allow access to the scene.Get the implementation node of this node, if set.getType()
Get the type name of the node.
-
Field Details
-
browser
The browser reference for the user -
nodeName
The real name of this node -
realNode
The Xj3D implementation node that this is
-
-
Constructor Details
-
BaseNode
public BaseNode()
-
-
Method Details
-
getImplNode
Get the implementation node of this node, if set.- Returns:
- The node reference or null
-
getType
Get the type name of the node. The name is the normal VRML name as you would see it in a UTF8 file. If the node is a prototype, it will return the proto name.- Returns:
- A string representing the name
-
getBrowser
Get a reference to the browser object to allow access to the scene.- Returns:
- A browser instance for public use
-