|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvrml.BaseNode
public abstract class BaseNode
Java VRML97 script binding for the BaseNode class.
| Field Summary | |
|---|---|
protected Browser |
browser
The browser reference for the user |
protected java.lang.String |
nodeName
The real name of this node |
protected VRMLNodeType |
realNode
The Xj3D implementation node that this is |
| Constructor Summary | |
|---|---|
BaseNode()
|
|
| Method Summary | |
|---|---|
Browser |
getBrowser()
Get a reference to the browser object to allow access to the scene. |
VRMLNodeType |
getImplNode()
Get the implementation node of this node, if set. |
java.lang.String |
getType()
Get the type name of the node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Browser browser
protected java.lang.String nodeName
protected VRMLNodeType realNode
| Constructor Detail |
|---|
public BaseNode()
| Method Detail |
|---|
public VRMLNodeType getImplNode()
public java.lang.String getType()
public Browser getBrowser()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||